We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4473ca2 commit 3f3d036Copy full SHA for 3f3d036
packages/@vue/cli-plugin-typescript/generator/template/tsconfig.json
@@ -4,7 +4,9 @@
4
"module": "esnext",
5
"strict": true,
6
"jsx": "preserve",
7
+ <%_ if (!options.useTsWithBabel) { _%>
8
"importHelpers": true,
9
+ <%_ } _%>
10
"moduleResolution": "node",
11
<%_ if (options.classComponent) { _%>
12
"experimentalDecorators": true,
@@ -17,6 +19,7 @@
17
19
<%_ } _%>
18
20
"esModuleInterop": true,
21
"allowSyntheticDefaultImports": true,
22
+ "forceConsistentCasingInFileNames": true,
23
"useDefineForClassFields": true,
24
"sourceMap": true,
25
"baseUrl": ".",
0 commit comments