Narazaka/sanajk

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "include": [
    "lib/**/*.ts"
  ],
  "exclude": [
    "node_modules",
    "dist"
  ],
  "extension": [
    ".js",
    ".ts"
  ],
  "reporter": [
    "lcov",
    "html",
    "text",
    "text-summary"
  ]
}