mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
17 lines
274 B
JSON
17 lines
274 B
JSON
{
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules/"
|
|
],
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"reporter": [
|
|
"text-summary",
|
|
"html"
|
|
],
|
|
"report-dir": "./coverage"
|
|
} |