Files

32 lines
752 B
Markdown

# 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)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=octokit/tsconfig)](https://dependabot.com/)
## 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)