yakovmeister/pdf2image

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "check-coverage": true,
  "statements": 20,
  "lines": 20,
  "branch": 20,
  "include": [
    "src/**/*.ts"
  ],
  "exclude": [
    "**/*.d.ts"
  ]
}