From d44132ae0751a8d40fc3b04a021056230a13aeff Mon Sep 17 00:00:00 2001 From: Kchengz <1150791676@qq.com> Date: Fri, 10 May 2024 10:26:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0jsconfig.json?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 000000000..0e1442e33 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,18 @@ +{ + "allowJs": true, + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": [ + "./src/*" + ] + } + }, + "include": [ + "src/**/*" + ], + "exclude": [ + "node_modules" + ] + } + \ No newline at end of file