mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
850b028778
* 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>
22 lines
450 B
JSON
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"
|
|
]
|
|
}
|