Skip to content

Commit

Permalink
Update tsconfig to include dom
Browse files Browse the repository at this point in the history
  • Loading branch information
YouKnowBlom committed Nov 22, 2020
1 parent aaf1e9a commit 613fb49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"target": "ES2018",
"module": "ESNext",
"moduleResolution": "Node",
"lib": [
"dom",
"ES2018"
],
"allowJs": true,
"sourceMap": true,
"outDir": "./dist/",
Expand Down

0 comments on commit 613fb49

Please sign in to comment.