@b2broker/tsconfig

Shareable TypeScript config.

Usage no npm install needed!

<script type="module">
  import b2brokerTsconfig from 'https://cdn.skypack.dev/@b2broker/tsconfig';
</script>

README

@b2broker/tsconfig CI Status GitHub version npm version Known Vulnerabilities code style: prettier semantic-release Conventional Commits node version npm downloads License

Shareable TypeScript config.

Installation

npm install --save-dev @b2broker/tsconfig

Usage

Extend your config in the tsconfig.json file:

{
  "extends": "@b2broker/tsconfig"
}