Install the config package:
npm install @kutsan/typescript-config --save-devUse it in your tsconfig.json file:
Change the <target> to react, react-native or node depending on your project:
{
"extends": "@kutsan/typescript-config/<target>.json"
}