blob: 79e69725f6b4ef374e848943c8a7bd430b8ecf77 (
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" }
]
}
|