1.0.1 • Published 1 year ago

@stevancorre/tsconfig v1.0.1

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

Installation

# Using Npm
$ npm i -D @stevancorre/tsconfig

# Pnpm
$ pnpm add -D @stevancorre/tsconfig

# Or Yarn
$ yarn add -D @stevancorre/tsconfig

How to use

Create a new tsconfig.json file or open an existing one, then just make it extend one of base configurations in the package.

{
    "extends": "tsconfig/base.json"
}

NextJS project

{
    "extends": "tsconfig/nextjs.json"
}

React library project

{
    "extends": "tsconfig/react-library.json"
}

License

This project is MIT licensed.

Credits

  • Icon: Typescript icons created by Freepik - Flaticon
  • README design: github.com/amitmerchant1990