We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a640888 commit ec03f0fCopy full SHA for ec03f0f
tsconfig.json
@@ -5,7 +5,7 @@
5
/* Basic Options */
6
// "incremental": true, /* Enable incremental compilation */
7
"target": "ES2019" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
8
- "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
+ "module": "esnext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
9
"lib": ["ES2019"] /* Specify library files to be included in the compilation. */,
10
"allowJs": true /* Allow javascript files to be compiled. */,
11
"checkJs": false, /* Report errors in .js files. */
0 commit comments