From 5ed69aab808a990a0aa60a050666e83e34d45452 Mon Sep 17 00:00:00 2001 From: fletcherist Date: Thu, 19 Jul 2018 23:18:07 +0300 Subject: [PATCH] feat: exclude jest test from compiler engine --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 7b44186..ed3b35f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,9 @@ }, "include": [ "src/**/*" + ], + "exclude": [ + "node_modules", + "**/*.spec.ts" ] } \ No newline at end of file