blob: 2ca3bd2d154fca81a503378a4edba644f2e4fae5 (
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": "../conversation-store" },
{ "path": "../credential-store" },
{ "path": "../message-queue" },
{ "path": "../system-prompt" }
]
}
|