From 8351e28df2b5b9bfaf872e3a11c243953a52203a Mon Sep 17 00:00:00 2001 From: fraxken Date: Tue, 13 Aug 2024 02:33:41 +0200 Subject: [PATCH] chore(tsconfig): composite: false --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 4499151..d1b0fe9 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -2,7 +2,7 @@ "extends": "@openally/config.typescript/cjs", "compilerOptions": { "strictPropertyInitialization": false, - "composite": true, + "composite": false, "types": ["node"] } }