From 2122fd29317186fd1a795899fce35507c7997d88 Mon Sep 17 00:00:00 2001 From: Kevin Bernardo Date: Thu, 30 Aug 2018 15:02:22 +0800 Subject: [PATCH] Also exclude vendors --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 243b241..9ffa8f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,6 +20,7 @@ "exclude": [ "node_modules", "out", - "vendor" + "vendor", + "vendors" ] }