Browse Source

Fix build: exclude eval scripts from tsconfig, enhance feedback UI

pull/6459/head
jpwilson 1 month ago
parent
commit
4584c9d8aa
  1. 2
      apps/api/tsconfig.app.json

2
apps/api/tsconfig.app.json

@ -8,6 +8,6 @@
"target": "es2021", "target": "es2021",
"module": "commonjs" "module": "commonjs"
}, },
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"], "exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts", "**/agent-eval*.ts"],
"include": ["**/*.ts"] "include": ["**/*.ts"]
} }

Loading…
Cancel
Save