Skip to content

TypeScript monorepo example using project references

Notifications You must be signed in to change notification settings

andrewthauer/ts-monorepo

Repository files navigation

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

About

TypeScript monorepo example using project references

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published