We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a91c1 commit cdb8bedCopy full SHA for cdb8bed
1 file changed
tsconfig.json
@@ -3,7 +3,7 @@
3
"jsx": "react",
4
/* Basic Options */
5
// "incremental": true, /* Enable incremental compilation */
6
- "target": "ESNEXT", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
+ "target": "ES5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
7
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
8
"lib": [
9
"es2018"
0 commit comments