npm

tsconfig-vessel

0.1.0 • Public • Published

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"
}

Readme

Keywords

none

Package Sidebar

Install

npm i tsconfig-vessel

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

3.26 kB

Total Files

6

Last publish

Collaborators

  • bclark-44