0.0.2 • Published 5 years ago
@raineri/ts-config v0.0.2
Typescript Config File
Raineri Software Shared Config File
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.