We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
esnext
1 parent 179033d commit ba5a375Copy full SHA for ba5a375
packages/@vue/cli-plugin-typescript/generator/template/tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
- "target": "<%- options.useTsWithBabel ? 'es2015' : 'es5' %>",
4
- "module": "es2015",
+ "target": "<%- options.useTsWithBabel ? 'esnext' : 'es5' %>",
+ "module": "esnext",
5
"strict": true,
6
"jsx": "preserve",
7
"moduleResolution": "node",
0 commit comments