irstea-typescript-config

TSC and TSLint configuration.

Installation

npm add -D irstea-typescript-config

Also install the peer dependencies.

Usage

In tsconfig.json:

{
  "extends": "node_modules/irstea-typescript-config/tsconfig.json",
  ...
}

In tsling.json:

{
  "extends": [
    "tslint:recommended",
    "irstea-typescript-config"
  ],
  ...
}