@tdd-buffet/tsconfig

Awesome TypeScript config

Usage no npm install needed!

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

README

Awesome TypeScript config

Build Status codecov


Install

npm install @tdd-buffet/tsconfig

Usage

{
  "extends": "@tdd-buffet/tsconfig",

  "compilerOptions": {
    "jsx": "react"
  }
}

The config provides sane defaults for both library and app developers. No jsx option is specified so if you're working in a React app you need to turn that on yourself.