Josh-Cena's personal coding style
npm install tsconfig-jc
tsconfig.json
``json{ "extends": "tsconfig-jc", "compilerOptions": { "target": "es2020", "lib": ["esnext", "dom"], "jsx": "react" }}``
json{ "extends": "tsconfig-jc", "compilerOptions": { "target": "es2020", "lib": ["esnext", "dom"], "jsx": "react" }}