From ffc475ac6f4db213d2f1d2a5250b3384cb6a3b24 Mon Sep 17 00:00:00 2001 From: xiaosi <2652281683@qq.com> Date: Mon, 27 Nov 2023 15:19:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=85=8D=E7=BD=AE=E3=80=91jsconfig.js?= =?UTF-8?q?on=EF=BC=9A=E7=BC=96=E8=BE=91=E5=99=A8=E8=AF=86=E5=88=AB=20@=20?= =?UTF-8?q?=EF=BC=8C=E5=8F=AF=E6=A0=B9=E6=8D=AE=E8=B7=AF=E5=BE=84=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..8a50fee --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "paths": { + "@/*": [ + "src/*" + ] + } + } +}