@werkzeugkiste/tsconfig
v1.0.0-alpha.0
Published
A shared [TypeScript](https://www.typescriptlang.org) config for [@werkzeugkiste](https://www.github.com/werkzeugkiste).
Downloads
4
Maintainers
Readme
@werkzeugkiste/tsconfig
A shared TypeScript config for @werkzeugkiste.
Installation
Get started by installing this package as dependency via yarn or npm:
yarn add --dev @werkzeugkiste/tsconfig
npm install --save-dev @werkzeugkiste/tsconfig
Then add a tsconfig.json
file to the root of your project:
{
"extends": ["@werkzeugkiste/tsconfig/base"]
}
For more information see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#configuration-inheritance-with-extends