From 65e8e4062613e420dafd358973490719a3c78093 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sat, 16 Aug 2025 18:13:35 -0400 Subject: [PATCH] Update tsconfig.json Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }