JUnit report generator for typescript
npm install tsc-junit





JUnit report generator for typescript
``bash`
$ yarn add -D tsc-junit
package.json:
`ts`
{
"scripts": {
"types": "tsc --noEmit | tsc-junit --output report.xml"
}
}
Then run:
`bash`
$ yarn types
Your report will be saved to a file report.xml
tsc-junit` is WTFPL licensed.