@quantum-sec/nyc-config-typescript
v1.2.0
Published
Baseline Istanbul coverage configuration for Quantum projects.
Downloads
85
Readme
Istanbul TypeScript Config
This repository contains the baseline Istanbul (nyc
) configuration for all Quantum TypeScript projects.
Referencing this Configuration
You can reference this config by installing the NPM package in your project:
npm install --save-dev @quantum-sec/nyc-config-typescript
Then replace the contents of your .nycrc
file with:
{
"extends": "@quantum-sec/nyc-config-typescript"
}
You can overwrite settings defined in this configuration by specifying them in your project's .nycrc
.