We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7be204 commit 226e737Copy full SHA for 226e737
tsconfig.json
@@ -61,7 +61,8 @@
61
/* Experimental Options */
62
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
63
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
64
- "skipLibCheck": true
+ "skipLibCheck": true,
65
+ "types": ["@vue/runtime-dom"]
66
},
67
"include": ["src"],
68
"exclude": ["lib", "es"]
0 commit comments