Hi, how do you solve the issue with compilation? tsc for example ,cannot use the shared library source code, it requires a compile shared library.
Once you start using the build version of shared libraries, then you run into the issue of having to compile every time there is a change in a library - and so does every other developer using the same monorepo.
Is there a way to let the typescript compiler use the src from shared?
Lars Rye Jeppesen