From 738b57072cdf08595b638c703499a44fcca1095d Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Thu, 26 Apr 2018 08:02:23 +0530 Subject: [PATCH] fix: compile only lib directory --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c46c81c..8da97a0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,6 @@ ] }, "include": [ - "lib", - "test" + "lib" ] }