{ "extends": "../../../tsconfig.base.client.json", "compilerOptions": { "rootDir": "src", "outDir": "lib/types" }, "include": [ "src" ], "references": [ { "path": "../../attachment/attachment" }, { "path": "../../util/brand" }, { "path": "../../../vendor/cordis" }, { "path": "../connection" }, { "path": "../ui-slots" }, { "path": "../ui-attachment" }, { "path": "../ui-primitives" }, { "path": "../web-react" }, { "path": "../runtime" }, { "path": "../../core/agent" }, { "path": "../../core/tools" }, { "path": "../../interaction/commands" }, { "path": "../../session/session-projection" }, { "path": "../../llm/token-meter" }, { "path": "../../llm/llm-retry" }, { "path": "../../plan/plan-mode" }, { "path": "../../goal/goal" }, { "path": "../../todo/tool-todo" }, { "path": "../ui-slash" }, { "path": "../ui-layout" }, { "path": "../locale" }, { "path": "../../settings/settings" }, { "path": "../../support/invariants" }, { "path": "../../interaction/permission" }, { "path": "../ui-settings" } ], "exclude": [ "**/*.legacy.*" ] }