1.0.0-alpha.0 • Published 5 years ago

@werkzeugkiste/tsconfig v1.0.0-alpha.0

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

@werkzeugkiste/tsconfig

A shared TypeScript config for @werkzeugkiste.

Installation

Get started by installing this package as dependency via yarn or npm:

yarn add --dev @werkzeugkiste/tsconfig
npm install --save-dev @werkzeugkiste/tsconfig

Then add a tsconfig.json file to the root of your project:

{
  "extends": ["@werkzeugkiste/tsconfig/base"]
}

For more information see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#configuration-inheritance-with-extends