From f0b2e5242d9aeba6143024ab129587b6b58fc075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Sat, 23 Mar 2024 01:12:01 +0100 Subject: [PATCH] tsconfig.json fix for build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5470793..c8b2ea9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ // "allowImportingTsExtensions": true, // "noEmit": true, "declaration": true, - "composite": true, + // "composite": true, "strict": true, "downlevelIteration": true, "skipLibCheck": true,