{ "extends": "../../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "outDir": "lib/types" }, "include": [ "src" ], "references": [ { "path": "../../goal/goal" }, { "path": "../../settings/settings" }, { "path": "../../credentials/credentials" }, { "path": "../../../vendor/cordis" }, { "path": "../../../vendor/schemastery" }, { "path": "../../api/session-controller/tsconfig.host.json" }, { "path": "../../util/brand" }, { "path": "../../attachment/attachment" }, { "path": "../../llm/llm" }, { "path": "../../core/agent" }, { "path": "../../core/agent-default-model" }, { "path": "../../preset/agent-presets" }, { "path": "../../core/session" }, { "path": "../../core/scope" }, { "path": "../../session/session-persistence" }, { "path": "../../session-query/session-query" }, { "path": "../../subagent/subagent" }, { "path": "../../skill/skill" }, { "path": "../../interaction/commands" }, { "path": "../directory-picker" }, { "path": "../../runtime-diagnostics/invariants" }, { "path": "../../util/native-command" }, { "path": "../../util/crypto" } ] }