From 0f59f1d85f343ad7b026006f6816890084f2e959 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Fri, 17 Apr 2020 00:01:55 +0200 Subject: [PATCH] fix: :green_heart: fix tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b90f2c7..d96ffc3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "./**/*" ], "exclude": [ - "node_modules" + "node_modules", + "test" ] }