blob: b947b31e397b66c3489deee067b061563abc0c8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
"include": ["src/**/*.ts"],
"references": [
{ "path": "../kernel" },
{ "path": "../transport-contract" },
{ "path": "../session-orchestrator" },
{ "path": "../system-prompt" },
{ "path": "../conversation-store" }
]
}
|