From b953149e5a02b12a9eb49f917fb15043c0e236f7 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sun, 23 Apr 2023 10:40:40 +0800 Subject: [PATCH] chore: remove `"incremental": true` from tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7680e41fc..2e521d66e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,6 @@ "allowJs": false, "resolveJsonModule": true, "lib": ["dom", "esnext"], - "incremental": true, "paths": { "@/*": ["src/*"], "@build/*": ["build/*"]