Skip to content

Commit 5e944d5

Browse files
committed
chore: improvement tsconfig
1 parent 761b962 commit 5e944d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"declaration": true,
1313
"declarationDir": "./es",
1414
"emitDeclarationOnly": true,
15+
"noImplicitAny": false,
1516
"skipLibCheck": true, // TODO https://github.com/vuejs/core/issues/6554
1617
"lib": ["ESNext", "dom", "ESNext.Promise"],
1718
"types": ["node", "vite/client"],

0 commit comments

Comments
 (0)