Using a custom Gitpod Image
This shows how to leverage a custom built Gitpod image to maintain compliance and reproducibility with versions without changing the developer experience.
The image used is martyjhenderson/gitpod-typescript:0.1.1
Note
The gitignore prevents commiting JS files directly to force the tsc
command.