1.0.0 • Published 3 years ago
@sissel/tsconfig v1.0.0
@sissel/tsconfig
This package includes a shareable TypeScript configuration which I use and referenced within various TypeScript packages via the extends
option of a tsconfig.json
file.
Install
pnpm add @sissel/tsconfig typescript -D
Include
typescript
as we need to reference it directly in most packages.
Usage
Provide to the extends
option within a tsconfig.json
{
"extends": "@sissel/tsconfig"
}
1.0.0
3 years ago