@meza/tsconfig-base
v1.1.0
Published
A configuration base for Meza's typescript projects. Use it if you like strict conventions.
Downloads
275
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 release
to publish - use Conventional Commits