tsconfig-vessel
v0.1.0
Published
Typescript configs for vessel projects
Downloads
11
Readme
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"
}