Files
omnivore/packages/api/.nycrc
2024-05-15 15:53:42 +08:00

11 lines
146 B
JSON

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