mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
7 lines
177 B
JSON
7 lines
177 B
JSON
{
|
|
"reporter": ["lcovonly", "cobertura"],
|
|
"src": "src",
|
|
"include": ["src/**", "built/local/**"],
|
|
"exclude": ["**/node_modules/**"],
|
|
"mergeAsync": true
|
|
} |