You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2022. It is now read-only.
We are using lerna for managing packages under
@react-mdc.When we try to use
tsc --watchfor each packages, they start processes separately for all packages.So, at the beginning of watching, they take tons of resources, since all of them try to build their sources.
Is there any nice solution for integrating typescript with lerna? or should we have to make our own watch script?