Browse Source

fix: ts error (#2955)

Co-authored-by: lvhongsen <lvhongsen@tal.com>
Hong Sen Lv 1 year ago
parent
commit
44f2b1c644
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

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