Commit 0791b232 authored by puxiao's avatar puxiao
Browse files

tsconfig.json:modify the compilation target from es5 to es6

1 merge request!12086Updated tsconfig.json:modify the compilation target from es5 to es6
Showing with 2 additions and 2 deletions
+2 -2
......@@ -118,8 +118,8 @@ function verifyTypeScriptSetup() {
// tsconfig.json
// 'parsedValue' matches the output value from ts.parseJsonConfigFileContent()
target: {
parsedValue: ts.ScriptTarget.ES5,
suggested: 'es5',
parsedValue: ts.ScriptTarget.ES6,
suggested: 'es6',
},
lib: { suggested: ['dom', 'dom.iterable', 'esnext'] },
allowJs: { suggested: true },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment