@octokit/tsconfig

TypeScript configuration for Octokit packages

Usage no npm install needed!

<script type="module">
  import octokitTsconfig from 'https://cdn.skypack.dev/@octokit/tsconfig';
</script>

README

tsconfig

TypeScript configuration for Octokit packages

@latest Build Status Dependabot 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