0.1.0 • Published 4 years ago
nyc-config-tsx v0.1.0
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",
...
}