Skip to content

Commit b6c232f

Browse files
committed
remove DOM types from tsconfig.json
it was there to avoid emitting .d.ts with <reference>s to the DOM types, but now that microsoft/TypeScript#57681 is merged, this can be gone, meaning finally stuff like `navigator` isn't defined
1 parent 993d44e commit b6c232f

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
"outDir": "dist",
77
"declaration": true,
88
"customConditions": ["buildtime"],
9-
"lib": ["esnext", "dom"],
9+
"lib": ["esnext"],
1010
"target": "esnext",
1111
"module": "node16",
1212
"strict": true,

0 commit comments

Comments
 (0)