aws-delivlib
Version:
A fabulous library for defining continuous pipelines for building, testing and releasing code libraries.
32 lines (20 loc) • 752 B
Markdown
# tsconfig
> TypeScript configuration for Octokit packages
[](https://www.npmjs.com/package/@octokit/tsconfig)
[](https://github.com/octokit/tsconfig/actions?query=workflow%3ATest+branch%3Amain)
[](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)