2.1.2 • Published 4 years ago

irstea-typescript-config v2.1.2

Weekly downloads
41
License
MIT
Repository
gitlab
Last release
4 years ago

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');
2.1.2

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago