@octokit/tsconfig
v4.0.0
Published
TypeScript configuration for Octokit packages
Downloads
8,259,546
Readme
tsconfig
TypeScript configuration for Octokit packages
Usage
Install package with npm
or yarn
npm install --save-dev @octokit/tsconfig
Then create tsconfig.json
file with the following content
{
"extends": "@octokit/tsconfig"
}
Contributing
See CONTRIBUTING.md