Hi, thank you for taking the time to read this article β€οΈ
TBH, I have not run into this situation by myself so far but I see your point, I have read that a few packages like ttypescript and ts-node can help us do that but I am yet to explore that.
Maybe I'll write a new article on this very soon once I explore more about it.
Lars Rye Jeppesen
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?