diff options
Diffstat (limited to 'packages/host-bin/tsconfig.json')
| -rw-r--r-- | packages/host-bin/tsconfig.json | 132 |
1 files changed, 69 insertions, 63 deletions
diff --git a/packages/host-bin/tsconfig.json b/packages/host-bin/tsconfig.json index e445f13..09b87df 100644 --- a/packages/host-bin/tsconfig.json +++ b/packages/host-bin/tsconfig.json @@ -1,65 +1,71 @@ { - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "rootDir": "src", - "outDir": "dist", - "composite": true - }, - "include": ["src/**/*.ts"], - "references": [ - { - "path": "../cache-warming" - }, - { - "path": "../exec-backend" - }, - { - "path": "../kernel" - }, - { - "path": "../lsp" - }, - { - "path": "../message-queue" - }, - { - "path": "../skills" - }, - { - "path": "../ssh" - }, - { - "path": "../storage-sqlite" - }, - { - "path": "../surface-loaded-extensions" - }, - { - "path": "../surface-registry" - }, - { - "path": "../system-prompt" - }, - { - "path": "../throughput-store" - }, - { - "path": "../tool-edit-file" - }, - { - "path": "../tool-read-file" - }, - { - "path": "../tool-shell" - }, - { - "path": "../tool-write-file" - }, - { - "path": "../transport-http" - }, - { - "path": "../transport-ws" - } - ] + "extends": "../../tsconfig.base.json", + "compilerOptions": { + "rootDir": "src", + "outDir": "dist", + "composite": true + }, + "include": ["src/**/*.ts"], + "references": [ + { + "path": "../cache-warming" + }, + { + "path": "../exec-backend" + }, + { + "path": "../kernel" + }, + { + "path": "../lsp" + }, + { + "path": "../message-queue" + }, + { + "path": "../provider-concurrency" + }, + { + "path": "../skills" + }, + { + "path": "../ssh" + }, + { + "path": "../storage-sqlite" + }, + { + "path": "../surface-loaded-extensions" + }, + { + "path": "../surface-registry" + }, + { + "path": "../system-prompt" + }, + { + "path": "../throughput-store" + }, + { + "path": "../tool-edit-file" + }, + { + "path": "../tool-read-file" + }, + { + "path": "../tool-shell" + }, + { + "path": "../tool-write-file" + }, + { + "path": "../transport-http" + }, + { + "path": "../transport-ws" + }, + { + "path": "../vision-handoff" + } + ] } |
