{ "extends": "../../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "outDir": "lib/types", "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo" }, "files": [ "src/index.ts", "src/invariant.ts", "src/remote-events.ts", "src/types.ts" ], "references": [ { "path": "../../../vendor/cordis" }, { "path": "../gateway/tsconfig.host.json" }, { "path": "../../core/session" }, { "path": "../../credentials/credentials" }, { "path": "../../interaction/commands" }, { "path": "../../llm/llm" }, { "path": "../../preset/agent-presets" }, { "path": "../../extensions/cordis-host-runner" }, { "path": "../../settings/settings" }, { "path": "../../core/scope" }, { "path": "../../interaction/user-approval" }, { "path": "../../interaction/user-questions" }, { "path": "../../runtime-diagnostics/invariants" }, { "path": "../session-controller/tsconfig.host.json" }, { "path": "../workspace-controller/tsconfig.host.json" }, { "path": "../../typert/protocol" } ] }