Skip to content

Commit 2e1357d

Browse files
committed
chore: Remove dom from list of lib in tsconfig.json
1 parent 124dcad commit 2e1357d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"strictNullChecks": true,
77
"module": "commonjs",
88
"declaration": false,
9-
"lib": ["es2017", "dom"],
9+
"lib": ["es2017"],
1010
"strict": true,
1111
"types": ["jest"],
1212
"esModuleInterop": true

0 commit comments

Comments
 (0)