summaryrefslogtreecommitdiffhomepage
path: root/packages/cache-warming/tsconfig.json
blob: dc01f630bc39d2d3ef50c80ac0d36f622b3dbbcf (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
  "include": ["src/**/*.ts"],
  "references": [
    { "path": "../kernel" },
    { "path": "../session-orchestrator" },
    { "path": "../surface-registry" },
    { "path": "../ui-contract" }
  ]
}