filestack-adaptive
Version:
HTML5 picture elements powered by Filestack
19 lines (18 loc) • 357 B
Plain Text
{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"include": "build/main/**/*.js",
"exclude": [
"build/main/index.js",
"build/main/**/*.spec.*"
],
"check-coverage": true,
"lines": 90,
"statements": 90,
"functions": 90,
"branches": 90,
"reporter": [
"lcov",
"text"
]
}