From bde0f65eedbff4f8bf380fdc49bb0328e18df8ce Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:36:39 -0600 Subject: [PATCH] [Dev] Enable typechecking for Vite config files (#6853) --- tsconfig.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c48b17ef128..c27cd5126b5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -78,12 +78,5 @@ }, // Exclude checking for script JS files as those are covered by the folder's `jsconfig.json` "include": ["**/*.ts", "**/*.d.ts"], - "exclude": [ - "node_modules", - "dist", - "vite.config.ts", - "vitest.config.ts", - "vitest.workspace.ts", - "assets/service-worker.js" - ] + "exclude": ["node_modules", "dist"] }