videojs-quality-selector/.nycrc.json
2021-05-13 15:01:48 -04:00

16 lines
214 B
JSON

{
"include": [
"src/**/*.js"
],
"extension": [
".js"
],
"reporter": [
"text-summary",
"html",
"lcov"
],
"instrument": true,
"sourceMap": true,
"all": true
}