From f963a1cacce16f5ac912e83b601d7fcb516546cb Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Wed, 15 Jan 2025 13:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5components.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.node.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.node.json b/tsconfig.node.json index c41d2a8..44ad1a9 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -20,5 +20,6 @@ "noUnusedParameters": true, "noFallthroughCasesInSwitch": true }, - "include": ["vite.config.ts"] + "include": ["vite.config.ts"], + "exclude": ["components.d.ts"] }