/lerna-ts

Example TypeScript monorepo with Lerna

Primary LanguageTypeScriptMIT LicenseMIT

Example TypeScript monorepo with Lerna


Features

  • Go to definition works without building the project.
  • Building packages creates the expected dist/ folder structure.
  • Minimal maintenance of config files.

demo

Docs

See this blog post for more info. If you're looking for the project references solution checkout the project-references branch.

Setup

npm install
npm run bootstrap