An example node project to produce coverage of TypeScript sources using:
- Jasmine
- Istanbul
- tsc
- npm scripts
The coverage report shows the typescript (rather than transpiled) code. That is, sourcemaps are properly handled.
$ npm install
$ npm run test:coverage
Sample output: