mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-15 23:00:45 +08:00
release: update 4.1.0
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"allowJs": false,
|
||||
"resolveJsonModule": true,
|
||||
"lib": ["dom", "esnext"],
|
||||
"incremental": true,
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@build/*": ["build/*"]
|
||||
@@ -28,10 +27,9 @@
|
||||
"vite/client",
|
||||
"element-plus/global",
|
||||
"@pureadmin/table/volar",
|
||||
"@pureadmin/descriptions/volar",
|
||||
"unplugin-vue-define-options/macros-global"
|
||||
"@pureadmin/descriptions/volar"
|
||||
],
|
||||
"typeRoots": ["./node_modules/@types/", "./types"]
|
||||
"typeRoots": ["./types", "./node_modules/@types/"]
|
||||
},
|
||||
"include": [
|
||||
"mock/*.ts",
|
||||
@@ -41,5 +39,5 @@
|
||||
"types/*.d.ts",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "dist", "**/*.js"]
|
||||
"exclude": ["dist", "**/*.js", "node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user