mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-09 01:28:11 -05:00
18 lines
280 B
JSON
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"]
|
|
}
|