I have created a TypeScript module named My.Models that contains several models and I have two applications that need to use this module, neither currently use TypeScript.
The applications are a client-side Angular application and a server-side node.js application.
What is an approach that would enable me to make changes to the My.Models module, and then easily have those changes passed on to the consuming applications?