1.1.0 • Published 7 years ago

@wizardsoftheweb/nyc-config-typescript v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

@wizardsoftheweb/nyc-config-typescript

TypeScript nyc config, based on @istanbuljs/nyc-config-babel.

Install

npm install --save-dev typescript ts-node nyc cross-env @wizardsoftheweb/nyc-config-typescript

Usage

Start .nycrc with this:

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

Suggested lifecycle Script

{
    "scripts": {
        "test": "cross-env NODE_ENV=test nyc mocha"
    }
}