summaryrefslogtreecommitdiffhomepage
path: root/packages/openai-stream/tsconfig.json
blob: bda89c61f6020edeb646d4c5b77e528056472262 (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" }]
}