summaryrefslogtreecommitdiffhomepage
path: root/packages/ssh/tsconfig.json
blob: 741bef7a05c3ef55688128f45c9f407292c61bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
  "include": ["src/**/*.ts"],
  "references": [
    { "path": "../exec-backend" },
    { "path": "../kernel" },
    { "path": "../transport-contract" },
    { "path": "../transport-http" },
    { "path": "../wire" }
  ]
}