From be1884bd05aac209fe13fb06f06850d89756dc5c Mon Sep 17 00:00:00 2001 From: zclzone Date: Sun, 5 Nov 2023 15:42:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E5=88=AB=E5=90=8D?= =?UTF-8?q?=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsconfig.json b/jsconfig.json index e014d4a..270b986 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -4,8 +4,8 @@ "baseUrl": "./", "moduleResolution": "node", "paths": { - "~/*": ["./*"], - "@/*": ["src/*"] + "@/*": ["src/*"], + "~/*": ["./*"] }, "jsx": "preserve", "allowJs": true