From c6c12c2693c7c948a9a1d55a5f95b56b227e3ce4 Mon Sep 17 00:00:00 2001 From: qinjie Date: Fri, 13 Aug 2021 00:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E8=87=AA=E5=8A=A8=E6=94=B9?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/jsconfig.json b/jsconfig.json index 1bd0da4..969c2e1 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -3,9 +3,16 @@ "target": "es6", "baseUrl": ".", "paths": { - "@/*": ["src/*"] + "@/*": [ + "src/*" + ] } }, - "exclude": ["node_modules", "dist"], - "include": ["src/**/*"] -} + "exclude": [ + "node_modules", + "dist" + ], + "include": [ + "src/**/*" + ] +} \ No newline at end of file