Sharable configs for for all Zigbang projects
// TODO
$ yarn add @zigbang/config
Add the typescript config file tsconfig.json:
{
"extends": "./node_modules/@zigbang/tsconfig.base.json"
}
Add the TSLint config file tslint.json:
{
"extends": [
"@zigbang/tslint.base.json"
]
}