From 5de35c8c4ab80ee3a40f44244cda67659ed55d12 Mon Sep 17 00:00:00 2001 From: ipanghu Date: Mon, 26 Jun 2023 16:09:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dweb=E5=9C=A8vscode?= =?UTF-8?q?=E6=89=93=E5=BC=80=E7=9A=84=E6=97=B6=E5=80=99=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E4=B8=8D=E4=BA=86@=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 web/jsconfig.json diff --git a/web/jsconfig.json b/web/jsconfig.json new file mode 100644 index 00000000..10afc573 --- /dev/null +++ b/web/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "paths": { + "@/*": ["src/*"], + } + }, + "exclude": ["node_modules", "dist"], + "include": ["src/**/*"] + } \ No newline at end of file -- GitLab