Skip to content

Latest commit

 

History

History

tsconfig

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.