Skip to content

Commit 9543fbc

Browse files
author
devgioele
committed
add lib dom and dom.iterable for react projects
1 parent d0f3650 commit 9543fbc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tsconfig.react.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"lib": [
5+
"dom",
6+
"dom.iterable",
7+
"es2020"
8+
],
49
"jsx": "react-jsx"
510
}
611
}

0 commit comments

Comments
 (0)