| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "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"
- }
- ]
- }
|