We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b640a6 commit 0449608Copy full SHA for 0449608
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
/* Basic Options */
4
// "incremental": true, /* Enable incremental compilation */
5
- "target": "es2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
+ "target": "es2017" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
6
"module": "node16" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
7
// "lib": [], /* Specify library files to be included in the compilation. */
8
// "allowJs": true /* Allow javascript files to be compiled. */,
0 commit comments