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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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