diff --git a/.bithoundrc b/.bithoundrc index 9a083d2..9f021cd 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,6 +1,7 @@ { "ignore": [ - "typings/**/*.d.ts" + "typings/**/*.d.ts", + "dist/**" ], "test": [ "test/**"