summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-contract/tsconfig.json
blob: c5e5978a69025a5322e7dfa7dfb42bb9578c9e44 (plain)
1
2
3
4
5
6
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
  "include": ["src/**/*.ts"],
  "references": [{ "path": "../ui-contract" }, { "path": "../wire" }]
}