mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-06-15 20:30:41 +02:00
16 lines
211 B
JSON
16 lines
211 B
JSON
{
|
|
"all": true,
|
|
"sourceMap": false,
|
|
"instrument": false,
|
|
"require": [
|
|
"@babel/register"
|
|
],
|
|
"include": [
|
|
"app/**/*.js"
|
|
],
|
|
"reporter": [
|
|
"lcovonly",
|
|
"html",
|
|
"text-summary"
|
|
]
|
|
}
|