Event-Planner / node_modules / object-inspect / .nycrc
.nycrc
Raw
{
  "all": true,
  "check-coverage": false,
  "instrumentation": false,
  "sourceMap": false,
  "reporter": ["text-summary", "text", "html", "json"],
  "exclude": [
    "coverage",
    "example",
    "test",
    "test-core-js.js"
  ]
}