mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
chore: remove "incremental": true from tsconfig.json
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"lib": ["dom", "esnext"],
|
"lib": ["dom", "esnext"],
|
||||||
"incremental": true,
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["src/*"],
|
"@/*": ["src/*"],
|
||||||
"@build/*": ["build/*"]
|
"@build/*": ["build/*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user