@redlotus/tsconfig
v1.0.4
Published
 
Readme
Package to standardize tsconfig across all your projects. Get a super boost to your development 🚀
Quickstart
npm i -D @redlotus/tsconfig
yarn add -D @redlotus/tsconfigIf you are using react
add "extends": "@redlotus/tsconfig/react/tsconfig.json" to your tsconfig.json
If you are using just typescript, or want to create an api use
add "extends": "@redlotus/tsconfig/base/tsconfig.json" to your tsconfig.json
License
Copyright (c) 2022, tomimarkus991
