Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.15 KB

TypeScript Monorepo Example

This project is a sample repo that is intended to demonstrate how a mono repo can be created with multiple packages while preserving a consistent developer experience across packages.

Goals

  • Provide separation of concerns through distinct npm packages.
  • Allow for source maps debugging across all packages.
  • Support TypeScript tooling across packages (e.g. Go to definition, refactor, etc.)
  • Shared configurations and setup to consolidate setup.

Features