@aboutbits/ts-config
v1.1.3
Published
AboutBits' TypeScript configs
Downloads
304
Readme
@aboutbits/ts-config
AboutBit's TypeScript config presets
Usage
Install the package, assuming that you have TypeScript already installed:
npm i -D @aboutbits/ts-config
For TypeScript without React
tsconfig.json
{
"extends": "@aboutbits/ts-config"
}
For TypeScript with React
tsconfig.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:
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.
Support
For support, please contact [email protected].
Credits
License
The MIT License (MIT). Please see the license file for more information.