Skip to content

Commit

Permalink
chore: add isolatedModules to create-vite > template-vue-ts > tsconfig (
Browse files Browse the repository at this point in the history
  • Loading branch information
minseoksuh committed Mar 13, 2022
1 parent 467512b commit 21990ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-vite/template-vue-ts/tsconfig.json
Expand Up @@ -8,6 +8,7 @@
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"]
},
Expand Down

0 comments on commit 21990ea

Please sign in to comment.