TypeScript configuration for Octokit packages
npm install @octokit/tsconfig> TypeScript configuration for Octokit packages


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"
}
See CONTRIBUTING.md