From 44f2b1c644c1e0fcd0125f1d5501042be39355b2 Mon Sep 17 00:00:00 2001 From: Hong Sen Lv <603369426@qq.com> Date: Fri, 11 Aug 2023 08:39:24 +0800 Subject: [PATCH] fix: ts error (#2955) Co-authored-by: lvhongsen --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 4ef42856..122845f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "extends": "@vben/ts-config/vue-app.json", "compilerOptions": { "baseUrl": ".", + "declaration": false, "types": ["vite/client"], "paths": { "/@/*": ["src/*"],