Files
AlexRV12 850b028778 feat: advertise the pinned artifact version in get_preview_status (#10691)
* test: let global evals seed the session's preview tabs

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* feat: advertise the pinned artifact version in get_preview_status

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* test: reject ambiguous preview-tab and artifact eval fixtures

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-14 18:41:09 +02:00

22 lines
450 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",
"./**/*.vitest.ts",
"./adapters/frontend/vitest.config.ts",
"./adapters/frontend/vitest.unit.config.ts"
]
}