so I want my file struct…
so I want my file structure to be:
my-org
   libs
      app-1-libs
          liba
          libb
so I can import @my-org/app-1-libs/liba
what do the angular.json and nx.json files have to look like to pull this off?
Responses:
use a grouping folder
https://github.com/nrwl/nx/issues/653
Looking for a complete example