Very interesting! I have been working for DAYS trying to figure this out. 
The modules exist inside of the src folder, sibling to the angular project, 
however, all of this exists under the .angular-cli.json file. Nothing is 
outside of the project root. I'm not sure if that qualifies as being 
outside of the root still, but it seems strange to me that the compiler can 
correctly resolve things from the node_modules folder but not from other 
folders outside of the tsconfig.json's baseUrl value. Essentially, this is 
the structure idea...

/.angular-cli.json
/node_modules
/tsconfig.json
/src
  /lib
  /project-ng
    /tsconfig.json (set baseUrl)

Like I said, project-ng can include everything from node_modules, but not 
lib. I still do not understand how the former can be within the project 
scope but not the latter.

Either way, yes, that tool looks like it could be very useful for my case.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to