@aboutbits/ts-config

1.1.3 • Public • Published

@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.

Package Sidebar

Install

npm i @aboutbits/ts-config

Weekly Downloads

16

Version

1.1.3

License

MIT

Unpacked Size

3.9 kB

Total Files

5

Last publish

Collaborators

  • aboutbits_tech