Absolute Paths in Typescript & NodeJS
May 1, 2021 · 3 min read · Relative Paths I might be super late to the party, but I learned something new the other day that I wanted to share. While this is common place in typescript... import Bar from '../some/path/foo'; which can be super useful when it comes to refactori...
Join discussion


