@ozzyczech/tsconfig
v2.0.0
Published
Shared TypeScript config for Node.js/Bun libraries, with an optional DOM variant
Downloads
530
Maintainers
Readme
Shared TypeScript Config
Do not repeat yourself! This package provides a shared TypeScript config
Install
npm install --save-dev @ozzyczech/tsconfigyarn add --dev @ozzyczech/tsconfigpnpm add -D @ozzyczech/tsconfigUsage
Default — Node.js / Bun library:
{
"extends": "@ozzyczech/tsconfig"
}DOM / browser / React variant:
{
"extends": "@ozzyczech/tsconfig/dom"
}Releasing a new version
Push a semver tag — the publish.yml workflow will build and publish to npm with provenance, then create a GitHub Release.
git tag v2.0.0 && git push origin v2.0.0