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 c62e173 commit 4c224ecCopy full SHA for 4c224ec
tsconfig.json
@@ -1,9 +1,9 @@
1
{
2
"compilerOptions": {
3
/* Basic Options */
4
- "target": "es2019", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
+ "target": "es2021", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
5
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
6
- "lib": ["es2020", "dom"], /* Specify library files to be included in the compilation. */
+ "lib": ["es2021", "dom"], /* Specify library files to be included in the compilation. */
7
// "allowJs": true, /* Allow javascript files to be compiled. */
8
// "checkJs": true, /* Report errors in .js files. */
9
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
0 commit comments