Now that the source files have been converted to Typescript, the API doc building script no longer works, as it is not TS compatible out of the box.
It looks like it's possible to get it working: https://vuepress-jsdoc-example.vercel.app/code/#typescript
We also need to ensure that the API docs still contain the correct information, and also see if we can remove doc blocks, or at least some of the information from them, and infer it from the TS code.