From 2bac44337df5c91493061975691e8275e028ffc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Mon, 1 Jun 2020 11:16:45 +0200 Subject: [PATCH] config(): remove exclude property --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 79d7d17..bf10a23 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,5 @@ "outDir": "./dist", "baseUrl": "./", "incremental": true - }, - "exclude": ["node_modules", "dist"] + } }