nyc-config-tsx
v0.1.0
Published
Istanbul.js config for tsx
Downloads
39,677
Maintainers
Readme
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-dev
Usage
In package.json
/.nycrc
:
"nyc": {
"extends": "nyc-config-tsx",
...
}