From aa2acf9730879e4681d9e147fa5f05e0fb5f5434 Mon Sep 17 00:00:00 2001 From: khalilou88 <32600911+khalilou88@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:59:19 +0100 Subject: [PATCH] build: add `"composite": true` to fix warning (#752) Co-authored-by: khalilou88 --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) 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,