Skip to content

Commit

Permalink
build: add missing TS lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Mar 5, 2023
1 parent 84af1e6 commit 45843c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ESNext", "DOM"],
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"moduleResolution": "Node",
"strict": true,
"sourceMap": true,
Expand Down

0 comments on commit 45843c6

Please sign in to comment.