Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
add "dom.iterable"
  • Loading branch information
epreston committed Nov 5, 2023
1 parent 2234df3 commit 7def535
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 @@ -2,7 +2,7 @@
"compilerOptions": {
/* Language and Environment */
"target": "ES2022",
"lib": ["esnext", "dom"],
"lib": ["esnext", "dom", "dom.iterable"],
"jsx": "preserve",

/* Modules */
Expand Down

0 comments on commit 7def535

Please sign in to comment.