https://github.com/aboutbits/ts-config
https://github.com/aboutbits/ts-config
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aboutbits/ts-config
- Owner: aboutbits
- License: mit
- Created: 2023-07-14T12:27:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T06:32:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-19T10:48:12.785Z (12 months ago)
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# @aboutbits/ts-config
[](https://badge.fury.io/js/%40aboutbits%2Fts-config)
[](https://github.com/aboutbits/ts-config/blob/main/license.md)
AboutBit's [TypeScript](https://www.typescriptlang.org/) config presets
## Usage
Install the package, assuming that you have TypeScript already installed:
```sh
npm i -D @aboutbits/ts-config
```
### For TypeScript without React
`tsconfig.json`
```json
{
"extends": "@aboutbits/ts-config"
}
```
### For TypeScript with React
`tsconfig.json`
```json
{
"extends": "@aboutbits/ts-config/react"
}
```
## Publish
To publish the package commit all changes and push them to main. Then run one of the following commands locally:
```sh
npm version patch
npm version minor
npm version major
```
## Information
AboutBits is a company based in South Tyrol, Italy. You can find more information about us
on [our website](https://aboutbits.it).
### Support
For support, please contact [info@aboutbits.it](mailto:info@aboutbits.it).
### Credits
- [All Contributors](../../contributors)
### License
The MIT License (MIT). Please see the [license file](license.md) for more information.