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

@@ -49,7 +49,7 @@
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vitest": "^0.5.4",

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"]
}
}