How to import modules via absolute paths on Node.js (with TypeScript and ESLint) back-end with Babel
I started to learn Node.js for back-end development with Express. I soon realized that Node.js didn’t have the capability of importing modules via absolute paths by default. After spending several hours googling, I found that there was no standard solution for it as of Node v12 (reference). On this Stack overflow post, I saw so …