From b0962d7106186e1013f49942ad7f53ad06d38e39 Mon Sep 17 00:00:00 2001 From: nuintun Date: Thu, 7 Mar 2024 11:18:40 +0800 Subject: [PATCH] chore: Update tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 67dc27e7..13fd2e2f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "jsx": "preserve", "module": "ESNext", "target": "ESNext", - "incremental": true, "skipLibCheck": true, "noUnusedLocals": true, "esModuleInterop": true,