Skip to content

TypeScript configuration for Octokit packages

License

Notifications You must be signed in to change notification settings

octokit/tsconfig

Repository files navigation

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