Skip to content

zigbang/zigbang-config

Repository files navigation

@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"
    ]
}