| 12345678910111213141516171819202122 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "composite": true,
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "../../../.typecheck/cli-demo.tsbuildinfo"
- },
- "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-persistence-jsonl" },
- { "path": "../../ui/app-boot" }
- ]
- }
|