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" ] }