From 42248dbc71de77c96993d677e7848b64a414207b Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 28 Mar 2024 10:33:13 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20vuepress=E6=9E=84=E5=BB=BA=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 23e91ec..6b3c1f0 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -9,6 +9,6 @@ "docs/.vuepress/**/*.vue" ], "exclude": [ - "../node_modules" + "node_modules" ] }