diff options
Diffstat (limited to 'packages/message-queue/tsconfig.json')
| -rw-r--r-- | packages/message-queue/tsconfig.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/message-queue/tsconfig.json b/packages/message-queue/tsconfig.json index da5dfb7..1c0d44b 100644 --- a/packages/message-queue/tsconfig.json +++ b/packages/message-queue/tsconfig.json @@ -1,11 +1,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" } - ] + "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" } + ] } |
