forked from tornado-packages/tornado-core
13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"all": true,
|
|
"extension": [".ts"],
|
|
"report-dir": "coverage",
|
|
"reporter": [
|
|
"html",
|
|
"lcov",
|
|
"text",
|
|
"text-summary"
|
|
],
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/typechain/**/*"]
|
|
} |