projecte_ionic/node_modules/object-inspect/.nycrc
2022-02-09 18:30:03 +01:00

14 lines
236 B
JSON
Executable file

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