@stevancorre/tsconfig
v1.0.1
Published
TypeScript configuration I use for my projects
Downloads
1
Readme
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