-
Root-Relative Require with Some folks really don't like typing ../../..
, etc. There are many ways around this, but one of the simplest is to use npm's file:
feature.
Assume a project that looks like this:
my-project/
├── src/
│ ├── some/