Skip to content

Commit

Permalink
add dom
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j committed Nov 2, 2022
1 parent b722a45 commit 9ee2cdf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"target": "ES2020",
"outDir": "out",
"lib": [
"ES2020"
"ES2020",
"dom"
],
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
"strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
Expand All @@ -18,4 +19,4 @@
"node_modules",
".vscode-test"
]
}
}

0 comments on commit 9ee2cdf

Please sign in to comment.