@jdp-dev/tsconfig

My shareable TypeScript config.

Usage no npm install needed!

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

README

@jdp-dev/tsconfig GitHub Build Status npm MIT License

My shareable TypeScript config.

Installation

npm install --save-dev @jdp-dev/tsconfig

or

yarn add --dev @jdp-dev/tsconfig

Usage

Reference it in your tsconfig.json.

TypeScript projects:

{
  "extends": "@jdp-dev/tsconfig"
}

TypeScript + React projects for development:

{
  "extends": "@jdp-dev/tsconfig/tsconfig.react.dev.json"
}

TypeScript + React projects for production:

{
  "extends": "@jdp-dev/tsconfig/tsconfig.react.json"
}

License

MIT © John Darryl Pelingo