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