@fullstacksjs/tsconfig

1.1.0 • Public • Published

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 💛

Readme

Keywords

none

Package Sidebar

Install

npm i @fullstacksjs/tsconfig

Weekly Downloads

9

Version

1.1.0

License

MIT

Unpacked Size

8.53 kB

Total Files

9

Last publish

Collaborators

  • fullstacksjs