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

This commit is contained in:
xiaoxian521 2023-04-23 10:40:40 +08:00
parent 8f528028b1
commit b953149e5a

View File

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