secure-data-sandbox/.nycrc

15 строки
207 B
JSON

{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"exclude": [
"**/*.js",
"**/*.d.ts",
"**/test/**/*.ts"
],
"reporter": [
"text",
"lcovonly",
"cobertura"
]
}