diff --git a/tsconfig.json b/tsconfig.json index 0015212eac0..1b212c49bcf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -57,7 +57,7 @@ "#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"], "exclude": ["node_modules", "dist", "vite.config.ts", "vitest.config.ts", "vitest.workspace.ts"] }