We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb8a7d commit 15c5e3dCopy full SHA for 15c5e3d
1 file changed
tanstack-start/generation-based-subscription/tsconfig.json
@@ -1,5 +1,6 @@
1
{
2
- "include": ["**/*.ts", "**/*.tsx", "vite.config.js"],
+ "include": ["**/*.ts", "**/*.tsx"],
3
+ "exclude": ["vite.config.ts"],
4
5
"compilerOptions": {
6
"target": "ES2022",
0 commit comments