Typescript configs for vessel projects
These configs assume typescript is used as a type-checker only
yarn add typescript tsconfig-vessel --dev
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"
}