Files
windmill/ai_evals/tsconfig.json
centdix b39671d933 feat: add compact json patch tool to flow chat (#8840)
* fix: use compact json for flow patches

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* test: improve flow eval harness

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* test: record flow benchmark history

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: preserve schema in set flow json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* style: clean set flow json schema guard

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: clean flow patch review followups

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-16 14:31:05 +00:00

20 lines
377 B
JSON

{
"extends": "../frontend/tsconfig.json",
"compilerOptions": {
"noEmit": true,
"types": [],
"allowImportingTsExtensions": true
},
"include": [
"./adapters/**/*.ts",
"./cli/**/*.ts",
"./core/**/*.ts",
"./modes/**/*.ts",
"../frontend/src/app.d.ts"
],
"exclude": [
"./**/*.test.ts",
"./adapters/frontend/vitest.config.ts"
]
}