Skip to content

Commit

Permalink
fix: add DOM.Iterable lib in tsconfig (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: jialan <[email protected]>
  • Loading branch information
JackWang032 and jialan authored Nov 7, 2023
1 parent fb6b482 commit ea98f18
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": {
/* 基础配置 */
"target": "esnext",
"lib": ["dom", "esnext"],
"lib": ["dom", "DOM.Iterable", "esnext"],
"removeComments": false,
"declaration": true,
"sourceMap": true,
Expand Down

0 comments on commit ea98f18

Please sign in to comment.