Explorar el Código

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

xiaoxian521 hace 2 años
padre
commit
b953149e5a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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/*"]