From c5894f986f5c6435fad60d7d5731f1d2c1ba0600 Mon Sep 17 00:00:00 2001 From: sunlei Date: Mon, 18 May 2026 22:11:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Web=20tsconfig=20?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.node.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.node.json b/tsconfig.node.json index 1342440..77061dd 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -2,6 +2,8 @@ "compilerOptions": { "composite": true, "module": "ESNext", + "moduleResolution": "node", + "skipLibCheck": true, "allowSyntheticDefaultImports": true }, "include": ["vite.config.ts"]