blob: b5439aab20a728cb6a6cfaa6f39c58d94851f655 (
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": "../wire" },
{ "path": "../conversation-store" },
{ "path": "../credential-store" },
{ "path": "../openai-stream" }
]
}
|