From 870a401ca98fd405ddba83ef9f4236f90d35a089 Mon Sep 17 00:00:00 2001 From: austindebest Date: Mon, 20 Apr 2026 01:02:49 +0100 Subject: [PATCH] Remove composite flag from root tsconfig - Fix TS6304 error about composite projects and declaration emit --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b86e427..440db43 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ "declaration": true, "declarationMap": true, "sourceMap": true, - "composite": true, "incremental": true, "noUnusedLocals": true, "noUnusedParameters": true,