Skip to content

Commit 353771b

Browse files
committed
esnext is _way_ to ambitious
1 parent 4d8824d commit 353771b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"moduleResolution": "node",
2020
/* Basic Options */
2121
// "incremental": true, /* Enable incremental compilation */
22-
"target": "esnext",
22+
"target": "es5",
2323
/* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
24-
"module": "es6",
24+
"module": "commonjs",
2525
/* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
2626
// "lib": [], /* Specify library files to be included in the compilation. */
2727
// "allowJs": true, /* Allow javascript files to be compiled. */

0 commit comments

Comments
 (0)