{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"check-coverage": true,
"include": [
"src/lib/**/*.ts"
],
"reporter": [
"html",
"text"
]
}