diff --git a/.codeclimate.yml b/.codeclimate.yml index feab0477..57ffcfc5 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,4 +13,5 @@ exclude_patterns: - "cypress/" - "**/node_modules/" - "temp/" -- "test/" \ No newline at end of file +- "test/" +- "**/*.d.ts" \ No newline at end of file