In pkg2, I'm getting [ts] Cannot find module '@ryancavanaugh/pkg1'. unless I run tsc -b packages. This is a little annoying... I suppose you aren't supposed to work on both packages at the same time? Or just use --watch to constantly rebuild...
Also, would be nice if I could import specific files from these packages... Should I import directly from the "@ryancavanaugh/pkg1/src/*'?
In pkg2, I'm getting
[ts] Cannot find module '@ryancavanaugh/pkg1'.unless I runtsc -b packages. This is a little annoying... I suppose you aren't supposed to work on both packages at the same time? Or just use--watchto constantly rebuild...Also, would be nice if I could import specific files from these packages... Should I import directly from the "@ryancavanaugh/pkg1/src/*'?