Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tdd-buffet/tsconfig

NiGhTTraX7MIT1.0.5

Awesome TypeScript config

tdd, typescript, testing

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.