11 lines
146 B
JSON
11 lines
146 B
JSON
{
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
"all": true,
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"reporter": [
|
|
"text-summary"
|
|
]
|
|
}
|