Skip to content

Commit

Permalink
build: temporary fix for missing dom lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Dec 27, 2021
1 parent 1cf20cf commit 855e79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"lib": [
"es5",
"es6",
"esnext.asynciterable"
"esnext.asynciterable",
"DOM"
],
"strict": true,
"allowJs": false,
Expand Down

0 comments on commit 855e79e

Please sign in to comment.