Files
sociology_app/node_modules/es5-shim/.nycrc
2024-05-17 18:02:49 +08:00

12 lines
164 B
JSON

{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test",
"*.map",
"*.min.js"
]
}