UNPKG

@binden/tsconfig

Version:
18 lines (11 loc) 1.42 kB
# tsconfig ![CI Status](https://github.com/binden-js/tsconfig/workflows/CI/badge.svg) [![version](https://img.shields.io/github/package-json/v/binden-js/tsconfig?style=plastic)](https://github.com/binden-js/tsconfig) [![Known Vulnerabilities](https://snyk.io/test/github/binden-js/tsconfig/badge.svg)](https://snyk.io/test/github/binden-js/tsconfig) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) ![GitHub top language](https://img.shields.io/github/languages/top/binden-js/tsconfig) ![Node.js version](https://img.shields.io/node/v/@binden/tsconfig) ![npm downloads](https://img.shields.io/npm/dt/@binden/tsconfig) ![License](https://img.shields.io/github/license/binden-js/tsconfig) 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" } ```