We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467512b commit 21990eaCopy full SHA for 21990ea
packages/create-vite/template-vue-ts/tsconfig.json
@@ -8,6 +8,7 @@
8
"jsx": "preserve",
9
"sourceMap": true,
10
"resolveJsonModule": true,
11
+ "isolatedModules": true,
12
"esModuleInterop": true,
13
"lib": ["esnext", "dom"]
14
},
0 commit comments