https://github.com/octokit/tsconfig
TypeScript configuration for Octokit packages
https://github.com/octokit/tsconfig
octokit-js tooling
Last synced: 7 months ago
JSON representation
TypeScript configuration for Octokit packages
- Host: GitHub
- URL: https://github.com/octokit/tsconfig
- Owner: octokit
- License: mit
- Created: 2020-10-01T20:26:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T15:31:16.000Z (9 months ago)
- Last Synced: 2025-05-20T19:57:19.213Z (8 months ago)
- Topics: octokit-js, tooling
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 5
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# tsconfig
> TypeScript configuration for Octokit packages
[](https://www.npmjs.com/package/@octokit/tsconfig)
[](https://github.com/octokit/tsconfig/actions?query=workflow%3ATest+branch%3Amain)
## Usage
Install package with `npm` or `yarn`
```
npm install --save-dev @octokit/tsconfig
```
Then create `tsconfig.json` file with the following content
```js
{
"extends": "@octokit/tsconfig"
}
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
[MIT](LICENSE)