Files
WebGpu-Wasm-Raytracing-And-…/node_modules/es-define-property/.nycrc

10 lines
139 B
Plaintext
Raw Normal View History

2025-12-25 10:57:33 +01:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}