0.5.0 • Published 12 months ago
@ashgw/tsconfig v0.5.0
tsconfig
Shared TypeScript config for my projects
Installation
npm
npm install --save-dev @ashgw/tsconfig
pnpm
pnpm i -D @ashgw/tsconfig
Requires TypeScript v5.0
or higher.
Usage
tsconfig.json
{
"extends": "@ashgw/tsconfig"
}