From 007763f7d7a5ef92fd5dcf34d3311a89d9d1be56 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Mon, 13 Feb 2023 20:13:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=20`service`=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9?= 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 57258df..6923e5d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,5 +18,5 @@ }, "types": ["vite/client", "node", "naive-ui/volar"] }, - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "service"] }