2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": ".",
|
|
|
|
|
"outDir": "lib/types",
|
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
|
"lib": [
|
|
|
|
|
"ES2024",
|
|
|
|
|
"DOM",
|
|
|
|
|
"DOM.Iterable"
|
|
|
|
|
],
|
2026-07-23 22:32:10 +08:00
|
|
|
"types": [
|
|
|
|
|
"node"
|
|
|
|
|
]
|
2026-07-19 21:17:57 +08:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src",
|
|
|
|
|
"tests"
|
|
|
|
|
],
|
2026-07-24 22:18:19 +08:00
|
|
|
// The web e2e lane (scaffold + replay specs) boots the host spine and reads
|
2026-07-24 19:49:02 +08:00
|
|
|
// its Context merges — host-plane programs, checked in tsconfig.host.json;
|
|
|
|
|
// this client-registered project must not also hold them (one program
|
|
|
|
|
// cannot see both sides of the cordis Context merges).
|
|
|
|
|
"exclude": [
|
2026-07-24 22:18:19 +08:00
|
|
|
"tests/scaffold.ts",
|
2026-07-30 19:27:44 +08:00
|
|
|
"tests/scaffold-hermetic.e2e.ts",
|
2026-07-31 14:28:52 +08:00
|
|
|
"tests/core-web-profile.snapshot.ts",
|
2026-07-26 03:32:17 +08:00
|
|
|
"tests/live-interactions.e2e.ts",
|
|
|
|
|
"tests/question-composer.e2e.ts",
|
2026-07-30 17:50:04 +08:00
|
|
|
"tests/approval-composer.e2e.ts",
|
2026-07-30 19:12:02 +08:00
|
|
|
"tests/plan-review.e2e.ts",
|
2026-07-26 03:32:17 +08:00
|
|
|
"tests/steering.e2e.ts",
|
2026-07-26 05:15:47 +08:00
|
|
|
"tests/navigation-panes.e2e.ts",
|
2026-08-04 20:37:33 +08:00
|
|
|
"tests/chat-scroll-fixture.ts",
|
|
|
|
|
"tests/trajectory-virtualization.e2e.ts",
|
2026-07-26 06:08:08 +08:00
|
|
|
"tests/lifecycle-chrome.e2e.ts",
|
2026-07-29 11:32:03 +08:00
|
|
|
"tests/details-session-lifecycle.e2e.ts",
|
2026-07-26 20:38:36 +08:00
|
|
|
"tests/settings-chrome.e2e.ts",
|
2026-07-30 09:29:40 +08:00
|
|
|
"tests/models-settings.e2e.ts",
|
2026-08-07 13:49:47 +08:00
|
|
|
"tests/default-model.e2e.ts",
|
2026-08-08 00:51:54 +08:00
|
|
|
"tests/declared-reasoning.e2e.ts",
|
2026-07-30 12:41:22 +08:00
|
|
|
"tests/onboarding-deepseek-config.e2e.ts",
|
2026-08-02 12:56:31 -07:00
|
|
|
"tests/remote-welcome.e2e.ts",
|
2026-07-26 20:38:36 +08:00
|
|
|
"tests/workspace-management.e2e.ts",
|
2026-07-24 19:49:02 +08:00
|
|
|
"tests/replay-round-trip.e2e.ts",
|
2026-07-29 11:22:48 +08:00
|
|
|
"tests/hmr-live.e2e.ts",
|
2026-07-26 03:57:12 +08:00
|
|
|
"tests/seeded-history.e2e.ts",
|
2026-07-28 11:06:03 +08:00
|
|
|
"tests/sidebar-scrollbar.e2e.ts",
|
2026-08-04 15:02:17 +08:00
|
|
|
"tests/conversation-column-overflow.e2e.ts",
|
2026-07-27 14:59:24 +08:00
|
|
|
"tests/code-mode-round.e2e.ts",
|
2026-07-31 13:13:50 +08:00
|
|
|
"tests/composer-draft-scroll.e2e.ts",
|
2026-07-29 14:21:44 +08:00
|
|
|
"tests/cordis-tool-round.e2e.ts",
|
2026-07-31 12:58:06 +08:00
|
|
|
"tests/web-search-round.e2e.ts",
|
2026-07-30 00:05:00 +08:00
|
|
|
"tests/message-actions.e2e.ts",
|
2026-07-30 20:26:33 +08:00
|
|
|
"tests/markdown-images.e2e.ts",
|
2026-08-05 14:19:19 +08:00
|
|
|
"tests/math-rendering.e2e.ts",
|
2026-08-06 11:17:17 +08:00
|
|
|
"tests/markdown-cjk-strong.e2e.ts",
|
2026-08-06 11:41:41 +08:00
|
|
|
"tests/markdown-inline-code-links.e2e.ts",
|
2026-07-30 00:30:38 +08:00
|
|
|
"tests/queue-actions.e2e.ts",
|
2026-07-30 15:48:05 +08:00
|
|
|
"tests/skill-invocation-policy.e2e.ts",
|
2026-08-08 10:28:30 +08:00
|
|
|
"tests/skill-user-invoke.e2e.ts",
|
2026-07-30 18:51:29 +08:00
|
|
|
"tests/permission-policy-context.e2e.ts",
|
2026-07-31 13:42:51 +08:00
|
|
|
"tests/access-confirmation.e2e.ts",
|
2026-07-31 19:16:05 +08:00
|
|
|
"tests/shipped-composition.e2e.ts",
|
2026-07-27 18:34:58 +08:00
|
|
|
"tests/startup-auto-selection.e2e.ts",
|
2026-08-06 04:44:13 -07:00
|
|
|
"tests/produced-files.e2e.ts",
|
|
|
|
|
"tests/goal-bar.e2e.ts",
|
2026-08-02 23:06:00 -07:00
|
|
|
"tests/subagent-conversation.e2e.ts",
|
2026-07-31 16:28:43 +08:00
|
|
|
"tests/bash-abort-row.e2e.ts",
|
2026-08-06 13:59:05 +08:00
|
|
|
"tests/skill-tool-row.e2e.ts",
|
2026-08-05 16:40:29 +08:00
|
|
|
"tests/turn-tail-actions.e2e.ts",
|
2026-08-07 11:51:18 +08:00
|
|
|
"tests/goal-multi-turn-actions.e2e.ts",
|
2026-08-02 13:16:38 +08:00
|
|
|
"tests/chat-scroll-fixture.ts",
|
|
|
|
|
"tests/chat-scroll-contract.e2e.ts",
|
|
|
|
|
"tests/chat-long-interactions.e2e.ts",
|
|
|
|
|
"tests/chat-continuous-conversation.e2e.ts",
|
2026-08-04 16:13:52 +08:00
|
|
|
"tests/composer-tab-geometry.e2e.ts",
|
2026-08-05 02:05:06 +08:00
|
|
|
"tests/complex-history.perf.ts",
|
|
|
|
|
"tests/pwsh-terminal.e2e.ts"
|
2026-07-24 19:49:02 +08:00
|
|
|
],
|
2026-07-19 21:17:57 +08:00
|
|
|
"references": [
|
2026-07-23 22:32:10 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../packages/client/web"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../packages/client/modules"
|
|
|
|
|
}
|
2026-07-19 21:17:57 +08:00
|
|
|
]
|
|
|
|
|
}
|