digitransit-ui/.nycrc.json
2018-07-03 14:05:49 +03:00

16 lines
211 B
JSON

{
"all": true,
"sourceMap": false,
"instrument": false,
"require": [
"@babel/register"
],
"include": [
"app/**/*.js"
],
"reporter": [
"lcovonly",
"html",
"text-summary"
]
}