From 8d56e3399fc08541677e398daa511547b79e9f66 Mon Sep 17 00:00:00 2001 From: zhangyh Date: Mon, 13 Oct 2025 15:38:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8Dtsconfig=E8=AD=A6?= =?UTF-8?q?=E5=91=8A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 ++- tsconfig.node.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f79094a..bb47d20 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "_c/*": ["./src/components/*"] }, "skipLibCheck": true, - "strict": false + "strict": false, + "noEmit": true }, "references": [ diff --git a/tsconfig.node.json b/tsconfig.node.json index 2b5abb3..ef3be27 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -3,7 +3,7 @@ "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"], "compilerOptions": { "composite": true, - "types": ["node", "vant/global"], + "types": ["node"], "skipLibCheck": true } }