nyc-config-tsx

0.1.0 • Public • Published

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",
  ...
}

Package Sidebar

Install

npm i nyc-config-tsx

Weekly Downloads

6,633

Version

0.1.0

License

MIT

Unpacked Size

2.47 kB

Total Files

4

Last publish

Collaborators

  • lorean.victor