Browse Source
fix: ts error (#2955)
Co-authored-by: lvhongsen <lvhongsen@tal.com>
pull/2958/head
Hong Sen Lv
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
tsconfig.json
|
|
|
@ -3,6 +3,7 @@ |
|
|
|
"extends": "@vben/ts-config/vue-app.json", |
|
|
|
"compilerOptions": { |
|
|
|
"baseUrl": ".", |
|
|
|
"declaration": false, |
|
|
|
"types": ["vite/client"], |
|
|
|
"paths": { |
|
|
|
"/@/*": ["src/*"], |
|
|
|
|