@binden/tsconfig
Version:
Shareable TypeScript config
18 lines (11 loc) • 1.42 kB
Markdown
# tsconfig  [](https://github.com/binden-js/tsconfig) [](https://snyk.io/test/github/binden-js/tsconfig) [](https://github.com/prettier/prettier) [](CODE_OF_CONDUCT.md) [](https://github.com/semantic-release/semantic-release) [](https://conventionalcommits.org)    
Shareable [TypeScript](https://www.typescriptlang.org/) config.
## Installation
```sh
npm i --save-dev @binden/tsconfig
```
## Usage
- Add the `extends` property (in the `tsconfig.json` file)
```json
{ "extends": "@binden/tsconfig" }
```