Home

Awesome

TypeConfig

Motivation

Typescript is greet. However, every time we start a project with typescript (or migrate our old js project), we must choose compiler options for our project. Going through all the rules is really painful.

TypeConfig comes to make getting start with tsconfig really easier: just pick the style and enjoy.

Quick Start

npm install @type-config/cli -g

type-config init

Introduction

TypeConfig provide following receipes (Addition is welcome):

CLI usage:

# you can decide the name of the config file
type-config init [config-name.json]