File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import type { Options } from './types.ts'
88// eslint-disable-next-line @typescript-eslint/no-empty-object-type
99export interface ModuleOptions extends Options { }
1010
11+ // @ts -expect-error -- FIXME should be fixed for `with`
1112const nuxt : ReturnType < typeof defineNuxtModule > = defineNuxtModule < ModuleOptions > ( {
1213 meta : {
1314 name : 'nuxt-unplugin-svelte-vapor' ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import type { Options } from './types.ts'
88// eslint-disable-next-line @typescript-eslint/no-empty-object-type
99export interface ModuleOptions extends Options { }
1010
11+ // @ts -expect-error -- FIXME should be fixed for `with`
1112const nuxt : ReturnType < typeof defineNuxtModule > = defineNuxtModule < ModuleOptions > ( {
1213 meta : {
1314 name : 'nuxt-unplugin-svelte-vapor' ,
You can’t perform that action at this time.
0 commit comments