This is a Boilerplate to create npm packages in TypeScript.
Install all (dev-)dependencies by running the following.
pnpm i
Make sure husky is being installed too.
pnpm run prepare
And off we go …
Build this project with the following.
pnpm run build