/ts-config

Shared tsconfig for my personal projects

MIT LicenseMIT

tsconfig

Shared tsconfig for my personal projects.

Installation

npm i --save-dev @schoero/ts-config

Usage

Create a tsconfig.json with the following content:

{
  "extends": "@schoero/ts-config",
  "compilerOptions": {
    //...
  }
}