Strange behavior with TypeScript, node and “The requested module xxx does not provide an export named yyy”

​Have you ever encountered the frustrating SyntaxError: The requested module ‘…’ does not provide an export named ‘…’ in your Node.js and TypeScript project? ​What makes this issue extremely painful is its ghost-like behavior: your code works fine for hours, you make a minor change in a completely unrelated file, and suddenly the app crashes … Read more