In our set up, we have a 'shared' directory that applies to multiple of our "apps"
something like,
root/shared
root/apps/web
root/apps/dashboard
and we use Webpack to resolve across these directories.
How would I convince import-js to look in these other locations? Would it make sense to add an includes configuration option analogous to excludes?