@jeromefitz/tsconfig
v2.1.0
Published
TypeScript Configuration
Downloads
235
Readme
@jeromefitz/tsconfig
Custom tsconfig
setup that can be extended.
Breakdown
All currently cjs
format:
./base
./jest
./next
./node14
./react
./react-library
./react-native
yarn add @jeromefitz/tsconfig --dev
Example
{
// ...
"extends": "@jeromefitz/tsconfig/node14.json"
// ...
}