diff --git a/apps/api/tsconfig.app.json b/apps/api/tsconfig.app.json index d38ef826f..6dc6386f7 100644 --- a/apps/api/tsconfig.app.json +++ b/apps/api/tsconfig.app.json @@ -8,6 +8,6 @@ "target": "es2021", "module": "commonjs" }, - "exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"], + "exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts", "**/agent-eval*.ts"], "include": ["**/*.ts"] }