From 660024c6f34f80281223537066e9649828d7c93f Mon Sep 17 00:00:00 2001 From: Cherelle Spencer <454690789@qq.com> Date: Wed, 5 Apr 2023 20:34:53 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20tsconfig=20=E5=90=8C=E6=AD=A5vite?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9,=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E6=98=A0=E5=B0=84=20(#2675)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 苗大 --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9782fa86..60fc1706 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,9 @@ "types": ["vite/client"], "paths": { "/@/*": ["src/*"], - "/#/*": ["types/*"] + "/#/*": ["types/*"], + "@/*": ["src/*"], + "#/*": ["types/*"] } }, "include": [ -- GitLab