From 22ebee7d9172b8ff91e556a614ee9c5448464e58 Mon Sep 17 00:00:00 2001 From: volkanceylan Date: Mon, 29 Apr 2024 19:29:30 +0300 Subject: [PATCH] Composite projects may not disable incremental compilation --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7312247..462f731 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "ES2015", "DOM" ], - "incremental": false, "newLine": "lf", "noEmit": true, "noEmitHelpers": false,