An open API service indexing awesome lists of open source software.

https://github.com/octokit/tsconfig

TypeScript configuration for Octokit packages
https://github.com/octokit/tsconfig

octokit-js tooling

Last synced: 7 months ago
JSON representation

TypeScript configuration for Octokit packages

Awesome Lists containing this project

README

          

# 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)