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"] }