Skip to content

betterRunner/ts-monorepo-starter

Repository files navigation

ts-monorepo-starter

Introduction

This project is a starter to build your own monorepo library with typescript.

Getting Started

Install

pnpm i

Test

pnpm run test

Build

pnpm run build

Details

tsconfig.json

{
  "paths": {
    "@ts-monorepo-starter/*": ["packages/*/src"],
  }
}

Using tsconfig.paths to jump to the code definition of other local modules naturally without needing to build them firstly as usual.

License

MIT

Releases

No releases published

Packages

No packages published