I'm writing a web app using Angular 10 in the frontend and Parse-Server in the backend.
I would like to use Typescript instead of Javascript for writing all my cloud code functions and jobs, but I'm a bit unsure how to set it up, in Angular everything is "natively" Typescript so no set up needed there.
There's remarkable little information out there on how to set up Typescript with Parse. All I found was this incomplete medium article: https://medium.com/@avifatal/using-parseplatform-cloud-code-with-typescript-d27ded2e5054
How do I set up Typescript instead of Javascript for writing cloud code in parse-server?