One of the major advantages of using lerna is the ability to use different build tools and test tools for different packages. E.g., I can use poi.js for one package and use parcel.js for another package. One package may use typescript, another package may use just babel.
Do you have a plan to support this type of monorepo? I.e., can you make bit and lerna work well together?
One of the reasons it does not work well at the moment is that bit does not track original package.json, and therefore it lost all "scripts" and "devDependencies" in the package.json when importing.