From e7b84b88ba7dae254227f5ef987572d4577bbb95 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Tue, 30 Dec 2025 17:37:03 +0800 Subject: [PATCH] fix tsconfig --- web/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index 220686ef70..7a11467ed2 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -27,7 +27,6 @@ "forceConsistentCasingInFileNames": true, "isolatedModules": true, "skipLibCheck": true, - "incremental": true, "plugins": [ { "name": "next"