Files
cm-app-crawlspider/node_modules/javascript-time-ago/.nycrc

20 lines
299 B
JSON

{
"require": [
"@babel/register"
],
"reporter": [
"lcov",
"text-summary"
],
"include": [
"source/**/*.js"
],
"exclude": [
"source/PropTypes.js",
"**/*.test.js"
],
"sourceMap": false,
"instrument": false,
"cache": true,
"all": true
}