From 35999fa16ed509f0150e29e3a4b8b3fbedf436ba Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sat, 9 Dec 2017 21:09:23 -0800 Subject: [PATCH] build(tsconfig): exclude vendor --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ef188e8..243b241 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,7 @@ }, "exclude": [ "node_modules", - "out" + "out", + "vendor" ] }