File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 /* Language and Environment */
1414 "target" : " es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ ,
1515 "lib" : [
16- " es2021"
17- ] /* Specify a set of bundled library declaration files that describe the target runtime environment. */ ,
16+ " es2021" ,
17+ " dom"
18+ ]
19+ /* Specify a set of bundled library declaration files that describe the target runtime environment. */ ,
1820 // "jsx": "preserve", /* Specify what JSX code is generated. */
1921 // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
2022 // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
You can’t perform that action at this time.
0 commit comments