{ "extends": "../../../tsconfig.base.json", "compilerOptions": { "composite": true, "rootDir": "src", "outDir": "lib/types" }, "include": ["src/**/*.ts"], "references": [ { "path": "../../../vendor/schemastery" }, { "path": "../../../vendor/cordis" }, { "path": "../../llm/llm" }, { "path": "../../core/session" }, { "path": "../../core/agent" }, { "path": "../../core/system-prompt" }, { "path": "../../core/tools" }, { "path": "../agent-spine-demo" }, { "path": "../../session-persistence/session-checkpoint-policy" }, { "path": "../../session-persistence/session-persistence-jsonl" }, { "path": "../../ui/app-boot" }, { "path": "../../support/invariants" } ] }