mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: structure change
This commit is contained in:
@@ -23,11 +23,17 @@
|
||||
"paths": {
|
||||
"/@/*": [
|
||||
"src/*"
|
||||
],
|
||||
"/#/*": [
|
||||
"types/*"
|
||||
]
|
||||
},
|
||||
"types": ["node"],
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
"./node_modules/@types/",
|
||||
"./types"
|
||||
],
|
||||
},
|
||||
"include": [
|
||||
@@ -35,7 +41,10 @@
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.vue",
|
||||
"tests/**/*.ts",
|
||||
"src/utils/path.js"
|
||||
"src/utils/path.js",
|
||||
"types/**/*.d.ts",
|
||||
"types/**/*.ts",
|
||||
"types/shims-tsx.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
||||
Reference in New Issue
Block a user