2.1.2
Guillaume Perréal authored
290090c9

irstea-typescript-config

TSC, TSLint and Prettier 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 tslint.json:

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

In prettier.config.js:

module.exports = module.require('./node_modules/irstea-typescript-config/prettier.config');