@seantrane/nyc-config-typescript

An extendable istanbuljs/nyc configuration for TypeScript

Usage no npm install needed!

<script type="module">
  import seantraneNycConfigTypescript from 'https://cdn.skypack.dev/@seantrane/nyc-config-typescript';
</script>

README

@seantrane/nyc-config-typescript

An extendable istanbuljs/nyc configuration for TypeScript.


npm latest version npm next version npm downloads per week npm total downloads

Table of Contents


About the Package

This package is an extendable nyc configuration for TypeScript codebases. The configuration requires at least 85% code coverage, with watermarks at 80% and 90%.

Learn more about nyc configuration.

Install

npm install -D @seantrane/nyc-config-typescript

Usage

Use the "extends": "@seantrane/nyc-config-typescript" property in your nyc config, then add any additional configuration as required.

Using package.json file:

{
  "nyc": {
    "extends": "@seantrane/nyc-config-typescript"
  }
}

Using .nycrc file:

{
  "extends": "@seantrane/nyc-config-typescript"
}

Support

Submit an issue, in which you should provide as much detail as necessary for your issue.

Contributing

Contributions are always appreciated. Read CONTRIBUTING.md documentation to learn more.

Changelog

Release details are documented in the CHANGELOG.md file, and on the GitHub Releases page.


License

MIT License

Copyright (c) 2018 Sean Trane Sciarrone