0.1.0 • Published 2 years ago

tsconfig-vessel v0.1.0

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

tsconfig-vessel

Typescript configs for vessel projects

These configs assume typescript is used as a type-checker only

Installation

yarn add typescript tsconfig-vessel --dev

Usage

Extend your tsconfig.json in your project root:

{
  "extends": "tsconfig-vessel/tsconfig.json"
}

Workspaces

Extend the following in your root and workspaces tsconfig's:

{
  "extends": "tsconfig-vessel/tsconfig.workspaces.json"
}

React

Extend the following in your root tsconfig:

{
  "extends": "tsconfig-vessel/tsconfig.react.json"
}