Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 492 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 492 Bytes

@zigbang/config

Sharable configs for for all Zigbang projects

About

// TODO

Install

$ yarn add @zigbang/config

1. tsconfig

Add the typescript config file tsconfig.json:

{
    "extends": "./node_modules/@zigbang/tsconfig.base.json"
}

2. tslint

Add the TSLint config file tslint.json:

{
    "extends": [
        "@zigbang/tslint.base.json"
    ]
}