@webb/config-nyc
TypeScript icon, indicating that this package has built-in type declarations

2021.5.28 • Public • Published

@webb/config-nyc

Opinionated Istanbul configuration

Install

# Install this module, with Istanbul's CLI
$ npm i nyc @webb/config-nyc  -D

Usage

.nycrc

{
  "extends": "@webb/config-nyc"
}

package.json

{
  "nyc": {
    "extends": "@webb/config-nyc"
  }
}

Notes

  • This configuration is focused on TypeScript development. It should still work for ES5 projects, just specify the file extensions you wish to target for code coverage.
  • You should enable sourcemaps in your tsconfig.json file.

/@webb/config-nyc/

    Package Sidebar

    Install

    npm i @webb/config-nyc

    Weekly Downloads

    1

    Version

    2021.5.28

    License

    MIT

    Unpacked Size

    3.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • netoperatorwibby