Skip to content

Commit 2db0a0a

Browse files
committed
fix: include DOM globals in root typecheck
1 parent f59b8c8 commit 2db0a0a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"exclude": [
3-
"packages/web-ui/**"
4-
],
52
"compilerOptions": {
63
"baseUrl": ".",
74
"paths": {
85
"@/*": ["packages/*"]
96
},
107
// Environment setup & latest features
11-
"lib": ["ESNext"],
8+
"lib": ["ESNext", "DOM"],
129
"target": "ESNext",
1310
"module": "Preserve",
1411
"moduleDetection": "force",

0 commit comments

Comments
 (0)