Skip to content

Commit 15c5e3d

Browse files
committed
Exclude vite.config.ts from tanstack-start tsconfig
Duplicate vite type resolutions in the monorepo cause Plugin type conflicts in CI. The file is only consumed by Vite at runtime.
1 parent 2bb8a7d commit 15c5e3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tanstack-start/generation-based-subscription/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"include": ["**/*.ts", "**/*.tsx", "vite.config.js"],
2+
"include": ["**/*.ts", "**/*.tsx"],
3+
"exclude": ["vite.config.ts"],
34

45
"compilerOptions": {
56
"target": "ES2022",

0 commit comments

Comments
 (0)