Javascript – How to properly use absolute path with typescript and nodejs?
I know, many people has this question, I already tried all those options and still having issues, so let's see my case: I want to import my functions like this: import { generateOTP, sendOTP } from 'helpers'; instead of: import…