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
parent
commit
44f2b1c644
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tsconfig.json

1
tsconfig.json

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

Loading…
Cancel
Save