What is ts-node?
"TypeScript execution environment and REPL for node.js, with source map support"
ts-node is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 739.6 KB on disk.
Installation Guide
# Install via NPM
npm install ts-node
# Install via Yarn
yarn add ts-node