With TS you can end up with different levels of type safety depending on each packages tsconfig settings. You can even end up with one package failing TSC for errors in another package that doesn’t show any errors internally. There are also different ways to do it, paths or references, and references be a pain to maintain manually so you need something like NX to automate things.
↧