diff --git a/tsconfig.json b/tsconfig.json index e295f437..23753544 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,5 @@ }, "exclude": [".history", ".vite", "assets", "dist", "node_modules", "out"], // Include JS files so they are covered by projectService (ESLint) - "include": ["src/**/*", "*.ts", "*.js", "scripts/**/*", "test/**/*"] + "include": ["src/**/*", "*.ts", "*.js", "scripts/**/*", "tests/**/*"] }