0.0.2 • Published 5 years ago

@raineri/ts-config v0.0.2

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

Typescript Config File

Raineri Software Shared Config File

GitHub GitHub Libraries.io dependency status for latest release, scoped npm package

Installation

Package

To use is in your own Typescript projects:

Yarn

yarn add @raineri/ts-config

NPM

npm install @raineri/ts-config

Usage

In your tsconfig.json file add the following extends the beginning:

{
  "extends": "@raineri/ts-config"
}

Learn More about extending the tsconfig.json Here

Please Note:

files, include and exclude from the inheriting config file overwrite those from the base config file.

0.0.2

5 years ago

0.0.1

5 years ago