Files
Gemini-Search/node_modules/object-inspect/.nycrc
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00: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"
]
}