Skip to content

Commit 6952c5d

Browse files
committed
fix: config types in nuxt config
1 parent fc4898f commit 6952c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nuxt/src/module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { defu } from 'defu';
99
import { findExports, findTypeExports } from 'mlly';
1010
import { findPath } from 'nuxt/kit';
1111

12-
interface ModuleOptions {
12+
export interface ModuleOptions {
1313
/**
1414
* Module alias.
1515
*
@@ -113,4 +113,4 @@ export default defineNuxtModule<ModuleOptions>({
113113
}
114114
}
115115
},
116-
}) as any;
116+
});

0 commit comments

Comments
 (0)