From 7cabafc94aaa1e085de851b2987dd33cb5b1462d Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 10 Sep 2019 21:37:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e47326c3d..48e1a54e0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,6 +24,6 @@ "./src/**/*", "./utils/**/*", "./__test__/**/*", - "./config/**/*", + "./config/**/*" ] }