mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-10 00:20:22 -06:00
8 lines
207 B
JSON
8 lines
207 B
JSON
{
|
|
"reporter": ["lcovonly", "cobertura", "v8", "v8-json", "codecov"],
|
|
"src": "src",
|
|
"include": ["src/**", "built/local/**"],
|
|
"exclude": ["**/node_modules/**"],
|
|
"mergeAsync": true
|
|
}
|