瀏覽代碼

chore: remove `"incremental": true` from tsconfig.json

xiaoxian521 2 年之前
父節點
當前提交
b953149e5a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tsconfig.json

+ 0 - 1
tsconfig.json

@@ -18,7 +18,6 @@
     "allowJs": false,
     "resolveJsonModule": true,
     "lib": ["dom", "esnext"],
-    "incremental": true,
     "paths": {
       "@/*": ["src/*"],
       "@build/*": ["build/*"]