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