UNPKG

@octokit/tsconfig

Version:

TypeScript configuration for Octokit packages

31 lines (19 loc) 628 B
# tsconfig > TypeScript configuration for Octokit packages [![@latest](https://img.shields.io/npm/v/@octokit/tsconfig.svg)](https://www.npmjs.com/package/@octokit/tsconfig) [![Build Status](https://github.com/octokit/tsconfig/workflows/Test/badge.svg)](https://github.com/octokit/tsconfig/actions?query=workflow%3ATest+branch%3Amain) ## Usage Install package with `npm` or `yarn` ``` npm install --save-dev @octokit/tsconfig ``` Then create `tsconfig.json` file with the following content ```js { "extends": "@octokit/tsconfig" } ``` ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) ## License [MIT](LICENSE)