chore(project): refactor types dir

This commit is contained in:
vben
2024-05-21 22:14:25 +08:00
parent c31d21be50
commit f6087ce4e8
37 changed files with 141 additions and 65 deletions

View File

@@ -21,7 +21,7 @@
"web.json"
],
"dependencies": {
"@vben-core/typings": "workspace:*",
"@vben/types": "workspace:*",
"vite": "^5.2.11"
}
}

View File

@@ -3,6 +3,6 @@
"display": "Web Application",
"extends": "./web.json",
"compilerOptions": {
"types": ["vite/client", "@vben-core/typings/global"]
"types": ["vite/client", "@vben/types/global"]
}
}