From 5ea6b0215653ca89dabf4bac3ee9fb3fdbd74ce0 Mon Sep 17 00:00:00 2001 From: Paritosh <13868399+paritosh64ce@users.noreply.github.com> Date: Sat, 13 Jul 2024 00:36:09 +0530 Subject: [PATCH] tsconfigs updated to resolve error --- libs/rxjs-pub-sub/tsconfig.lib.json | 1 + libs/rxjs-pub-sub/tsconfig.spec.json | 1 + 2 files changed, 2 insertions(+) diff --git a/libs/rxjs-pub-sub/tsconfig.lib.json b/libs/rxjs-pub-sub/tsconfig.lib.json index 33eca2c..49a06d8 100644 --- a/libs/rxjs-pub-sub/tsconfig.lib.json +++ b/libs/rxjs-pub-sub/tsconfig.lib.json @@ -1,6 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { + "composite": true, "outDir": "../../dist/out-tsc", "declaration": true, "types": ["node"] diff --git a/libs/rxjs-pub-sub/tsconfig.spec.json b/libs/rxjs-pub-sub/tsconfig.spec.json index 9b2a121..5eccfe5 100644 --- a/libs/rxjs-pub-sub/tsconfig.spec.json +++ b/libs/rxjs-pub-sub/tsconfig.spec.json @@ -1,6 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { + "composite": true, "outDir": "../../dist/out-tsc", "module": "commonjs", "types": ["jest", "node"]