How to get rollup to include a dependency from another package in a lerna monorepo in its transpilation TypeScript
Getting Rollup to Play Nice: Including Dependencies from Other Packages in a Lerna Monorepo Building a large, modular application with TypeScript and Lerna can be a powerful combination. However, managing transpilation with Rollup in a monorepo can present a unique challenge: how do you get Rollup to recognize and include dependencies from other packages within […]