summaryrefslogtreecommitdiffhomepage
path: root/packages/provider-openai-compat/tsconfig.json
blob: 484236182094afbd9ab4f1c035698739f51a706b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
  "include": ["src/**/*.ts"],
  "references": [
    { "path": "../kernel" },
    { "path": "../openai-stream" },
    { "path": "../trace-replay" }
  ]
}