Development Handbook
This project is written in TypeScript, a typed variant of JavaScript, and we use Prettier to get a consistent code style.
Because of how GitHub Actions are run, the source code of this project is transpiled from TypeScript into JavaScript. The transpiled code (found in lib/
) is subsequently compiled using NCC (found in dist/
) to avoid having to include the node_modules/
directory in the repository.