From 2cbece9b316722a199d2715c9ca8401cecc823f4 Mon Sep 17 00:00:00 2001 From: Amumu Date: Tue, 19 Nov 2019 22:53:21 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9Atsconfig=20add=20exclude=20(#5580?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 638b2a0b..ac8a6b14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,6 +23,7 @@ "exclude": [ "node_modules", "build", + "dist", "scripts", "acceptance-tests", "webpack",