Can someone point me to …
Can someone point me to where in the guts of nrwl nx the magic happens wrt module alias’ing so that import { Foo } from '@myorg/mylib';
works? I’m had assumed the nrwl react web builder to have some webpack plugin with a module alias or resolver or something? I’d like to see where and how it’s done so I can try and make it work for my serverless app also
Responses:
it’s in the tsconfig.json on the root
path property
aaha - bingo