chore: structure change

This commit is contained in:
xiaoxian521
2021-04-14 16:44:58 +08:00
parent e027fec6dc
commit f4cd720ce8
43 changed files with 859 additions and 766 deletions

View File

@@ -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",