Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@aboutbits/ts-config

aboutbits2.2kMIT1.1.3

AboutBits' TypeScript configs

ts-config, tsconfig, typescript

readme

@aboutbits/ts-config

npm package license

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 info@aboutbits.it.

Credits

License

The MIT License (MIT). Please see the license file for more information.