Skip to content

Commit c3a596a

Browse files
committed
build: remove DOM from compilerOptions.lib
finalizes google#619 relates google#722
1 parent f6731a2 commit c3a596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2021",
4-
"lib": ["ES2021", "DOM"],
4+
"lib": ["ES2021"],
55
"moduleResolution": "NodeNext",
66
"module": "NodeNext",
77
"strict": true,

0 commit comments

Comments
 (0)