Browse Source

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

xiaoxian521 2 năm trước cách đây
mục cha
commit
b953149e5a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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/*"]