Skip to content

Commit 226e737

Browse files
committed
chore(tsc): update tsconfig.json
1 parent c7be204 commit 226e737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
/* Experimental Options */
6262
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
6363
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
64-
"skipLibCheck": true
64+
"skipLibCheck": true,
65+
"types": ["@vue/runtime-dom"]
6566
},
6667
"include": ["src"],
6768
"exclude": ["lib", "es"]

0 commit comments

Comments
 (0)