@gabrielduartem/typescript-config

1.0.2 • Public • Published

typescript-config

npm version npm downloads

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

Readme

Keywords

none

Package Sidebar

Install

npm i @gabrielduartem/typescript-config

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

2.19 kB

Total Files

4

Last publish

Collaborators

  • gabrielduartem