@jdp-dev/tsconfig
v1.4.0
Published
My shareable TypeScript config.
Readme
@jdp-dev/tsconfig

My shareable TypeScript config.
Installation
npm install --save-dev @jdp-dev/tsconfigor
yarn add --dev @jdp-dev/tsconfigUsage
Reference it in your tsconfig.json.
TypeScript projects:
{
"extends": "@jdp-dev/tsconfig"
}TypeScript + React projects for development:
{
"extends": "@jdp-dev/tsconfig/tsconfig.react.dev.json"
}TypeScript + React projects for production:
{
"extends": "@jdp-dev/tsconfig/tsconfig.react.json"
}