Skip to content

TypeScript configuration for Octokit packages

License

Notifications You must be signed in to change notification settings

octokit/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d216d72 · Apr 15, 2025

History

48 Commits
Apr 3, 2024
Feb 17, 2024
Oct 1, 2020
Oct 1, 2020
Oct 1, 2020
Oct 1, 2020
Feb 2, 2024
Apr 15, 2025
Apr 3, 2024
Sep 24, 2024

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