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 9645666 commit b720442Copy full SHA for b720442
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
/* Basic Options */
4
// "incremental": true, /* Enable incremental compilation */
5
- "lib": ["ESNext", "DOM"],
+ "lib": ["ES2021"],
6
"target": "ES2021",
7
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
8
// "allowJs": true, /* Allow javascript files to be compiled. */
0 commit comments