Validation_Suite/validation-suite/frontend/atlas/node_modules/resolve/.nycrc

16 lines
171 B
JSON

{
"all": true,
"reporter": [
"html",
"text",
"lcov"
],
"exclude": [
"coverage",
"eslint.config.mjs",
"example",
"scripts",
"test",
"**/*.d.*ts"
]
}