@meza/tsconfig-base
v1.1.0
Published
A configuration base for Meza's typescript projects. Use it if you like strict conventions.
Readme
tsconfig-base
A configuration base for Meza's typescript projects. Use it if you like strict conventions.
yarn add -D @meza/tsconfig-base
Add the following to your local tsconfig.json:
{
"extends": "@meza/tsconfig-base"
}Development
- run
yarn test - run
yarn releaseto publish - use Conventional Commits
