Skip to content

Commit d2a6236

Browse files
committed
Fix apps/web type-check: tsconfig include path + node/vite ambient types
1 parent b5d2348 commit d2a6236

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/web/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"outDir": "./dist",
1010
"skipLibCheck": true,
1111
"strict": true,
12-
"target": "esnext"
12+
"target": "esnext",
13+
"types": ["node", "vite/client"]
1314
},
14-
"include": ["apps/web/src", "scripts"],
15+
"include": ["src", "scripts"],
1516
"exclude": ["node_modules", "dist"]
1617
}

0 commit comments

Comments
 (0)