Skip to content

Commit

Permalink
refactor(ts): remove @ts-expect-error comment for module config merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Georget committed Jul 2, 2024
1 parent f7c1c84 commit 885bf98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export default defineNuxtModule<ModuleOptions>({
})
}

// @ts-expect-error generated type
nuxt.options.runtimeConfig.public.zodI18n = defu(
nuxt.options.runtimeConfig.public.zodI18n,
{
Expand Down

0 comments on commit 885bf98

Please sign in to comment.