Matt PocockMatt is a well-regarded TypeScript expert known for his ability to demystify complex TypeScript concepts. In this article, we'll learn how to set up TypeScript to bundle a Node app. We'll be using: pnpm for package management. Node.js for running our code. TypeScript for type safety and for bundling our code. ES Modules as our module system. If you're interested in a setup involving ESB