From 412a0a5b626de73055a09137231ef6ba98faf868 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Fri, 22 Sep 2017 17:05:29 +0200 Subject: [PATCH] ref/ Exclude node_modules (tslint) --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cfec3fdb7..1751fa6a0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,5 +26,8 @@ "es2016", "dom" ] - } + }, + "exclude": [ + "node_modules" + ] }