summaryrefslogtreecommitdiffhomepage
path: root/packages/openai-stream/tsconfig.json
blob: 39be10ee140c879d8eddbe5ebedd66561b7fc6cc (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": "../trace-replay" }, { "path": "../wire" }]
}