We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761b962 commit 5e944d5Copy full SHA for 5e944d5
tsconfig.json
@@ -12,6 +12,7 @@
12
"declaration": true,
13
"declarationDir": "./es",
14
"emitDeclarationOnly": true,
15
+ "noImplicitAny": false,
16
"skipLibCheck": true, // TODO https://github.com/vuejs/core/issues/6554
17
"lib": ["ESNext", "dom", "ESNext.Promise"],
18
"types": ["node", "vite/client"],
0 commit comments