Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
library/.nycrc

13 lines
167 B
Text
Raw Permalink Normal View History

2021-07-03 03:01:50 +00:00
{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"check-coverage": true,
2021-07-05 22:06:11 +00:00
"include": [
"src/lib/**/*.ts"
],
"reporter": [
"html",
"text"
]
2021-07-05 22:55:30 +00:00
}