Skip to content

Commit 9d0804a

Browse files
committed
chore: add type safety to prepare overrides
1 parent 76b5654 commit 9d0804a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/prepare.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { NuxtConfig } from '@nuxt/schema'
12
import { resolve } from 'pathe'
23

34
export interface PrepareModuleOptions {
@@ -25,6 +26,6 @@ export async function prepareModule (options: PrepareModuleOptions) {
2526
})
2627
}
2728
]
28-
}
29+
} satisfies NuxtConfig
2930
})
3031
}

0 commit comments

Comments
 (0)