How could I debug my local npm packages step by step. Like hit a debugg point and execute line by line.
I tried npm pack, npm link but only thing to do with it is console.log wich is not sufficient.
Would be gratefull if you could give me some tips.