We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed00a8d commit 234bde8Copy full SHA for 234bde8
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
/* Basic Options */
4
- "target": "esnext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
+ "target": "es2020" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
5
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
6
// "lib": [], /* Specify library files to be included in the compilation. */
7
// "allowJs": true, /* Allow javascript files to be compiled. */
0 commit comments