blob: f450b9adb0904d3266306c8d9e89c6616caf0cf1 (
plain)
1
2
3
4
5
6
|
{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
"include": ["src/**/*.ts"],
"references": [{ "path": "../kernel" }, { "path": "../openai-stream" }]
}
|