Skip to content

Commit

Permalink
build: add dom iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed May 18, 2020
1 parent 6f8a4ff commit 7b6a543
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 @@ -13,7 +13,7 @@
"baseUrl": ".",
"types": ["node", "Vue"],
"declaration": true,
"lib": ["es2015", "dom"]
"lib": ["es2015", "DOM", "DOM.Iterable"]
},
"include": [
"src/*.ts"
Expand Down

0 comments on commit 7b6a543

Please sign in to comment.