Skip to content

Commit

Permalink
chore(tsconfig): add lib: ["dom"] globally in tsconfig.base.json (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Mar 8, 2022
1 parent f8c5522 commit 3dd7327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": [
"es2020"
"es2020", "dom"
],
"target": "es6",
"module": "commonjs",
Expand Down

0 comments on commit 3dd7327

Please sign in to comment.