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 c2d27e6 commit 6fe8da0Copy full SHA for 6fe8da0
tsconfig.json
@@ -10,6 +10,9 @@
10
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
11
/* Language and Environment */
12
"target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
13
+ "lib": [
14
+ "es2020"
15
+ ],
16
// "jsx": "preserve", /* Specify what JSX code is generated. */
17
// "libReplacement": true, /* Enable lib replacement. */
18
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
0 commit comments