travel/admin/node_modules/deep-equal/.nycrc

18 lines
270 B
JSON

{
"extension": [
".js",
".cjs",
".mjs"
],
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json", "lcov"],
"exclude": [
"coverage",
"example",
"test"
],
"sourceMap": true,
"instrument": true
}