chore(project): refactor types dir
This commit is contained in:
@@ -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",
|
||||
|
@@ -21,7 +21,7 @@
|
||||
"web.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"@vben-core/typings": "workspace:*",
|
||||
"@vben/types": "workspace:*",
|
||||
"vite": "^5.2.11"
|
||||
}
|
||||
}
|
||||
|
@@ -3,6 +3,6 @@
|
||||
"display": "Web Application",
|
||||
"extends": "./web.json",
|
||||
"compilerOptions": {
|
||||
"types": ["vite/client", "@vben-core/typings/global"]
|
||||
"types": ["vite/client", "@vben/types/global"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user