@alessiocancian/tsc-junit
v1.1.0
Published
JUnit report generator for typescript
Downloads
25
Maintainers
Readme
tsc-junit
JUnit report generator for typescript
Install
$ yarn add -D tsc-junit
Usage
package.json
:
{
"scripts": {
"types": "tsc --noEmit | tsc-junit --output report.xml"
}
}
Then run:
$ yarn types
Your report will be saved to a file report.xml
License
tsc-junit
is WTFPL licensed.