diff options
| author | Adam Malczewski <[email protected]> | 2026-06-04 23:50:34 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-04 23:50:34 +0900 |
| commit | 357ad3567480b5483220e2cea266a4f1417d174d (patch) | |
| tree | f9eba8ebad94d7396546e9e953631109cac43f84 /tsconfig.json | |
| parent | 3390f5ed73674ba12f08ee801869ffa2d5b9b38d (diff) | |
| download | dispatch-357ad3567480b5483220e2cea266a4f1417d174d.tar.gz dispatch-357ad3567480b5483220e2cea266a4f1417d174d.zip | |
feat(core-ext): session-orchestrator + transport-http (parallel); wire into build graph (164 tests)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/tsconfig.json b/tsconfig.json index 0bb3a16..fd2e4c1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,20 +1,12 @@ { "files": [], "references": [ - { - "path": "./packages/auth-apikey" - }, - { - "path": "./packages/conversation-store" - }, - { - "path": "./packages/kernel" - }, - { - "path": "./packages/provider-openai-compat" - }, - { - "path": "./packages/storage-sqlite" - } + { "path": "./packages/kernel" }, + { "path": "./packages/storage-sqlite" }, + { "path": "./packages/auth-apikey" }, + { "path": "./packages/provider-openai-compat" }, + { "path": "./packages/conversation-store" }, + { "path": "./packages/session-orchestrator" }, + { "path": "./packages/transport-http" } ] } |
