With the 3.0.0 release, typescript added something called project reference
Basically, this eases the build process of mono-repository by removing the need of having one watcher per package.
Parcel doesn't support this for now. As discussed with Parcel's maintainer here, this feature should probably be done here.
With the 3.0.0 release, typescript added something called project reference
Basically, this eases the build process of mono-repository by removing the need of having one watcher per package.
Parcel doesn't support this for now. As discussed with Parcel's maintainer here, this feature should probably be done here.