fix: ts error (#2955)

Co-authored-by: lvhongsen <lvhongsen@tal.com>
This commit is contained in:
Hong Sen Lv
2023-08-11 08:39:24 +08:00
committed by GitHub
parent 573d395b69
commit 44f2b1c644

View File

@@ -3,6 +3,7 @@
"extends": "@vben/ts-config/vue-app.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"types": ["vite/client"],
"paths": {
"/@/*": ["src/*"],