@jdp-dev/tsconfig
v1.4.0
Published
My shareable TypeScript config.
Downloads
277
Readme
@jdp-dev/tsconfig
My shareable TypeScript config.
Installation
npm install --save-dev @jdp-dev/tsconfig
or
yarn add --dev @jdp-dev/tsconfig
Usage
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"
}