mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 00:13:01 +00:00
32 lines
752 B
Markdown
32 lines
752 B
Markdown
# tsconfig
|
|
|
|
> TypeScript configuration for Octokit packages
|
|
|
|
[](https://www.npmjs.com/package/@octokit/tsconfig)
|
|
[](https://github.com/octokit/tsconfig/actions?query=workflow%3ATest+branch%3Amain)
|
|
[](https://dependabot.com/)
|
|
|
|
## 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)
|