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