diff --git a/tsconfig.base.json b/tsconfig.base.json index 7e2763790..e726fcef1 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -3,6 +3,7 @@ "compilerOptions": { "rootDir": ".", "sourceMap": true, + "composite": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true,