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.
1 parent 504c392 commit ddb655fCopy full SHA for ddb655f
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
/* Basic Options */
4
// "incremental": true, /* Enable incremental compilation */
5
- "target": "es2018", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
+ "target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
6
// "lib": [], /* Specify library files to be included in the compilation. */
7
// "allowJs": true, /* Allow javascript files to be compiled. */
8
// "checkJs": true, /* Report errors in .js files. */
0 commit comments