2.0.0 • Published 1 year ago

@fullstacksjs/tsconfig v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

logo

download status version MIT License

Shared TypeScript config for community projects.

Installation

npm :

$ npm install --save-dev @fullstacksjs/tsconfig typescript

Usage

Add to your tsconfig.json:

  • TS Library
{
  "extends": "@fullstacksjs/tsconfig/cjs"
}
  • ESM
{
  "extends": "@fullstacksjs/tsconfig/esm"
}
  • CJS
{
  "extends": "@fullstacksjs/tsconfig/cjs"
}
  • React App:
{
  "extends": "@fullstacksjs/tsconfig/react"
}
  • React Library:
{
  "extends": "@fullstacksjs/tsconfig/react-lib"
}

Feel free to use 💛

2.0.0

1 year ago

1.1.0

3 years ago

1.0.0

3 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.2.0-0

5 years ago

0.1.0-0

5 years ago

0.0.0

5 years ago