Commit d04e9e4d authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Updated readme.MD.

Showing with 32 additions and 1 deletion
+32 -1
# irstea-typescript-config # irstea-typescript-config
TSC and TSLint configuration. TSC and TSLint configuration.
\ No newline at end of file
# Installation
```bash
npm add -D irstea-typescript-config
```
Also install the peer dependencies.
# Usage
In `tsconfig.json`:
```json
{
"extends": "node_modules/irstea-typescript-config/tsconfig.json",
...
}
```
In `tsling.json`:
```json
{
"extends": [
"tslint:recommended",
"irstea-typescript-config"
],
...
}
```
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment