From 7acec25f8412833dcf15879d6c069e286b1a5a58 Mon Sep 17 00:00:00 2001 From: StarAppeal Date: Mon, 29 Sep 2025 06:56:09 +0200 Subject: [PATCH] feat: Enable composite project support in TypeScript configuration --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index d41a827..96d2918 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, + "composite": true, "outDir": "./dist", "rootDir": "./src", "typeRoots": [