Skip to content

Commit

Permalink
chore(tsc): update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Jan 17, 2022
1 parent c7be204 commit 226e737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -61,7 +61,8 @@
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"skipLibCheck": true
"skipLibCheck": true,
"types": ["@vue/runtime-dom"]
},
"include": ["src"],
"exclude": ["lib", "es"]
Expand Down

0 comments on commit 226e737

Please sign in to comment.