1.2.0 • Published 2 years ago
@quantum-sec/nyc-config-typescript v1.2.0
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-typescriptThen 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.