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.
pnpm add @sissel/tsconfig typescript -D
Include
typescriptas we need to reference it directly in most packages.
Provide to the extends option within a tsconfig.json
{
"extends": "@sissel/tsconfig"
}