@altamir/standards-tsconfig
v1.0.3
Published
Altamir Standards for tsconfig files encourages best practices when developing typescript applications that scale.
Downloads
65
Readme
Altamir Standards for tsconfig
Usage
1. Install the dependency
yarn add --dev @altamir/standards-tsconfig
# or...
npm install --dev @altamir/standards-tsconfig2. Add to tsconfig.json
{
"extends": "@altamir/standards-tsconfig/tsconfig.json"
}