tvbox_config/open/node_modules/object-inspect/.nycrc
liushiquan 36ab603d34 init
2024-06-01 22:41:46 +08:00

14 lines
236 B
JSON

{
"all": true,
"check-coverage": false,
"instrumentation": false,
"sourceMap": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"example",
"test",
"test-core-js.js"
]
}