From 1594e0e24bdb0fb27f15ee63c1d185a547f7eedb Mon Sep 17 00:00:00 2001 From: cc <98377878+hicccc77@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:15:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=89=E8=A3=85=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e96f9bd..b79c759 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,7 @@ "noFallthroughCasesInSwitch": true, "paths": { "@/*": ["./src/*"] - }, - "baseUrl": "." + } }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"], "references": [{ "path": "./tsconfig.node.json" }]