1.0.2 • Published 5 years ago

@gabrielduartem/typescript-config v1.0.2

Weekly downloads
8
License
MIT
Repository
-
Last release
5 years ago

Introduction

The typescript config that I use for most of my projects.

Installation

npm:

npm install --save-dev @gabrielduartem/typescript-config

yarn:

yarn add -D @gabrielduartem/typescript-config

Usage

This package exposes 2 configs in different paths, choose the one that suits your project:

  • For node projects: @gabrielduartem/typescript-config/base.json
  • For web projects: @gabrielduartem/typescript-config/web.json

Create a tsconfig.json file on the root of your project, requiring one of the above configs:

{
  "extends": "@gabrielduartem/typescript-config/base.json"
}

LICENSE

MIT