We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab28f6 commit 726d934Copy full SHA for 726d934
packages/nuxt/src/module.ts
@@ -9,7 +9,7 @@ import { defu } from 'defu';
9
import { findExports, findTypeExports } from 'mlly';
10
import { findPath } from 'nuxt/kit';
11
12
-interface ModuleOptions {
+export interface ModuleOptions {
13
/**
14
* Module alias.
15
*
@@ -113,4 +113,4 @@ export default defineNuxtModule<ModuleOptions>({
113
}
114
115
},
116
-}) as any;
+});
0 commit comments