Skip to content

Commit c598b03

Browse files
committed
fix: include 'es2022' and 'dom' in tsconfig
1 parent 14b4aa8 commit c598b03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
/* Language and Environment */
1212
"target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
1313
"lib": [
14-
"es2020"
14+
"es2022",
15+
"dom"
1516
],
1617
// "jsx": "preserve", /* Specify what JSX code is generated. */
1718
// "libReplacement": true, /* Enable lib replacement. */

0 commit comments

Comments
 (0)