Skip to content

Commit e0a58ea

Browse files
committed
fix type errors
1 parent 13707fd commit e0a58ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export default defineNuxtModule<ModuleOptions>({
4343
const runtimeDir = fileURLToPath(new URL('./runtime', import.meta.url))
4444
nuxt.options.build.transpile.push(runtimeDir)
4545

46-
// @ts-expect-error: Internal
4746
const finalConfig = (nuxt.options.runtimeConfig.proxy = nuxt.options.runtimeConfig.proxy || { options: options.options }) as ModuleOptions
4847

4948
if (Array.isArray(finalConfig.options)) {

0 commit comments

Comments
 (0)