mirror of
https://gitea.invidious.io/iv-org/videojs-quality-selector.git
synced 2024-08-15 00:43:13 +00:00
17 lines
214 B
JSON
17 lines
214 B
JSON
|
{
|
||
|
"include": [
|
||
|
"src/**/*.js"
|
||
|
],
|
||
|
"extension": [
|
||
|
".js"
|
||
|
],
|
||
|
"reporter": [
|
||
|
"text-summary",
|
||
|
"html",
|
||
|
"lcov"
|
||
|
],
|
||
|
"instrument": true,
|
||
|
"sourceMap": true,
|
||
|
"all": true
|
||
|
}
|