diff options
Diffstat (limited to 'packages/ssh/tsconfig.json')
| -rw-r--r-- | packages/ssh/tsconfig.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/ssh/tsconfig.json b/packages/ssh/tsconfig.json index 79e6972..741bef7 100644 --- a/packages/ssh/tsconfig.json +++ b/packages/ssh/tsconfig.json @@ -1,12 +1,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" } - ] + "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" } + ] } |
