From 903da5c6fda89e11cfd432fc13c48d3193cb996b Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Fri, 5 Sep 2025 15:32:49 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=9C=A8=20tsconfig.json=20=E4=B8=AD?= =?UTF-8?q?=E6=8E=92=E9=99=A4=20dist=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8eaec78..0b55344 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -39,5 +39,5 @@ "src/**/*.vue", "src/**/*.json" ], - "exclude": ["node_modules"] + "exclude": ["node_modules", "dist"] }