Skip to content

NetOpWibby/config-nyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

About

Opinionated Istanbul configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published