Require ts is a module similar to ts-node with a handful of differences. The idea is to hook into the lifecycle of Node.js require calls and compile Typescript on the fly (in memory) In case, if you ...