Skip to content

Commit 3b5ede9

Browse files
committed
fix: fix typo
1 parent 5112cee commit 3b5ede9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/types.ts

+5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ export interface Options {
1010

1111

1212
declare module "@nuxt/schema" {
13+
interface NuxtConfig {
14+
antd?: Partial<Options>
15+
}
1316
interface NuxtOptions {
17+
//@ts-expect-error this is a config
1418
antd?: Partial<Options>
1519
}
20+
1621
}

0 commit comments

Comments
 (0)