diff --git a/.nycrc b/.nycrc index 770665e99..fe12182d6 100644 --- a/.nycrc +++ b/.nycrc @@ -8,10 +8,10 @@ "runtime/**/*.ts" ], "exclude": [ - "test/**/*.spec.ts" + "test/**/*.spec.ts", + "**/*.d.ts" ], "extension": [ ".ts" - ], - "all": true + ] }