summaryrefslogtreecommitdiffhomepage
path: root/packages/tool-shell/tsconfig.json
blob: b7902819275ea0f70f8e1d226522c1705b1d64b5 (plain)
1
2
3
4
5
6
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
  "include": ["src/**/*.ts"],
  "references": [{ "path": "../kernel" }, { "path": "../exec-backend" }]
}