nyc-config-tsx
A default typescript configuration for test coverage using nyc, which also properly instruments JSX files (see this issue).
Installation
npm i nyc-config-tsx --save-devUsage
In package.json/.nycrc:
"nyc": {
"extends": "nyc-config-tsx",
...
}