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