Files
dndmaster/backend/node_modules/object-inspect/.nycrc
T
Marces Zastrow dab55442be ++
Added already existing code for further development
2024-12-18 10:59:28 +01: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"
]
}