Update tsconfig.json

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-08-16 18:13:35 -04:00 committed by GitHub
parent e420b976cf
commit 65e8e40626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@
"#app/*": ["./src/*.ts"] "#app/*": ["./src/*.ts"]
} }
}, },
// Exclude checking for script JS files as those are covered by the folder's `jsconfig/json` // Exclude checking for script JS files as those are covered by the folder's `jsconfig.json`
"include": ["**/*.ts", "**/*.d.ts"], "include": ["**/*.ts", "**/*.d.ts"],
"exclude": ["node_modules", "dist", "vite.config.ts", "vitest.config.ts", "vitest.workspace.ts"] "exclude": ["node_modules", "dist", "vite.config.ts", "vitest.config.ts", "vitest.workspace.ts"]
} }