Skip to content

Commit

Permalink
chore: use dom libs when compile
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentoanit committed Mar 5, 2021
1 parent 7f9ce66 commit d9b4160
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"extends": "tsconfigs/nodejs-module",
"compilerOptions": {
"lib": [
"ES2019"
"ES2019",
"DOM"
],
"target": "ES2019"
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}
}

0 comments on commit d9b4160

Please sign in to comment.