1.1.0 • Published 2 years ago

@fullstacksjs/tsconfig v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

logo

download status version MIT License

Shared TypeScript config for community projects.

Installation

npm :

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

yarn :

$ yarn add --dev @fullstacksjs/tsconfig typescript

Usage

Add to your tsconfig.json:

{
  "extends": "@fullstacksjs/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  }
}

Configs

  • NodeJS CommonJS:
{
  "extends": "@fullstacksjs/tsconfig"
}
  • NodeJS ESM Library
{
  "extends": "@fullstacksjs/tsconfig/esm"
}
  • React App:
{
  "extends": "@fullstacksjs/tsconfig/react"
}
  • React library:
{
  "extends": "@fullstacksjs/tsconfig/react-lib"
}

Feel free to use 💛

1.1.0

2 years ago

1.0.0

2 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.2.0-0

4 years ago

0.1.0-0

4 years ago

0.0.0

4 years ago