tornado-core/.nycrc

13 lines
242 B
Plaintext
Raw Permalink Normal View History

2024-10-26 21:54:31 +03:00
{
"all": true,
"extension": [".ts"],
"report-dir": "coverage",
"reporter": [
"html",
"lcov",
"text",
"text-summary"
],
"include": ["src/**/*.ts"],
"exclude": ["src/typechain/**/*"]
2024-10-26 21:54:31 +03:00
}