# 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:
```json
{
  "extends": "@meza/tsconfig-base"
}
```

# Development

- run `yarn test`
- run `yarn release` to publish
- use [Conventional Commits](https://www.conventionalcommits.org/)
