summaryrefslogtreecommitdiffhomepage
path: root/packages/message-queue/tsconfig.json
blob: 1c0d44bbb0414ec1c51b63b4794d613268681d5b (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": "../surface-registry" },
    { "path": "../ui-contract" },
    { "path": "../wire" }
  ]
}