Skip to content

Commit b677fab

Browse files
author
Kirilenko
committed
chore: fix ts-config
1 parent 493a1cc commit b677fab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
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. */

0 commit comments

Comments
 (0)