Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 628 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 628 Bytes

tsconfig

TypeScript configuration for Octokit packages

@latest Build Status

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

License

MIT