Files
lodestar/.nycrc.json
2020-09-03 13:17:58 +02:00

18 lines
280 B
JSON

{
"cache": false,
"extension": [".ts"],
"exclude": [
"**/*.d.ts",
"**/*.js",
"**/lib/**",
"**/coverage/**",
"**/scripts/**",
"**/test/**",
"**/types/**",
"**/bin/**",
"**/node_modules/**"
],
"all": false,
"reporter": ["lcovonly"]
}