A personal typescript template because it's a pain setting up a new project on scratch every time.
Install the packages
pnpm install
- Update package.json
- Change
name
to the name of the project - Change
main
to the main file of the project - Change
repository
to the correct repo
- Change