23 lines
688 B
JSON
23 lines
688 B
JSON
{
|
|
"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" }
|
|
]
|
|
}
|