From 30e72cfed75a9c9f7019af097f6511c204f3bace Mon Sep 17 00:00:00 2001 From: Pawe Kotarski Date: Mon, 30 Dec 2019 09:24:33 +0100 Subject: [PATCH] change tsconfig to fix issue with yarn(#203) --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2db14d9..85e2d71 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,5 +26,6 @@ "include": [ "src", "test", - ] + ], + "exclude": ["**/node_modules", "node_modules"] }