Path Aliasing not Working with ts-node in Typescript
I have been using path aliasing in my NextJS project for months now, but I recently changed to a custom server where I am using ts-node
to run my code, and my path aliasing just doesn’t work anymore.