Package Exports
- tslint-junit-formatter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tslint-junit-formatter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TSLint JUnit Formatter
A custom TSLint formatter for JUnit XML.
Installation
npm install tslint-junit-formatter --save-dev
Usage
tslint --formatters-dir node_modules/tslint-junit-formatter/formatters --format junit src/**/*.ts