From e863dd322a8260fc8ad6bca749addc2629c52cbd Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 25 Dec 2021 20:13:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=83=AD=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 918b7f51..064f9f70 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,13 +27,7 @@ "allowJs": true, "noEmit": false }, - "include": [ - "src/**/*", - "config/**/*", - ".umirc.ts", - "typings.d.ts", - "back/**/*" - ], + "include": ["src/**/*", ".umirc.ts", "typings.d.ts", "back/**/*"], "exclude": [ "node_modules", "lib",