Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Schmidtke committed Nov 27, 2020
1 parent 9c1bdc9 commit 0ebe1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"lib": ["es6", "es2017", "esnext.asynciterable"],
"lib": ["es6", "es2017", "esnext.asynciterable", "DOM"],
"resolveJsonModule": true,
"outDir": "../bin"
}
Expand Down

0 comments on commit 0ebe1dc

Please sign in to comment.