ReCreateJS/txtjs

View on GitHub
.nycrc.json

Summary

Maintainability
Test Coverage
{
  "extends": "@istanbuljs/nyc-config-typescript",
  "cache": false,
  "compact": false,
  "reporter": ["text", "lcov"],
  "excludeAfterRemap": false,
  "all": true,
  "temp-dir": "tmp"
}