Skip to content

Commit

Permalink
build: remove DOM from compilerOptions.lib
Browse files Browse the repository at this point in the history
finalizes #619
relates #722
  • Loading branch information
antongolub committed Mar 17, 2024
1 parent fa4a7b4 commit d8263d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2021",
"lib": ["ES2021", "DOM"],
"lib": ["ES2021"],
"moduleResolution": "NodeNext",
"module": "NodeNext",
"strict": true,
Expand Down

0 comments on commit d8263d9

Please sign in to comment.