I am using your seed for a library I am building that is going to be kind of large. I am trying to set up my library source so that I can have multiple entry points like...
@mylib/security
@mylib/logging
@mylib/ui
...
This way consumers of the lib will be able to import modules and components from the appropriate location in the library.