Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 199 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 199 Bytes

typescript-monorepo-sample

Example of a simple mono-repo TypeScript project.

Build

cd package-a
npm install
npx tsc

Run

cd package-b
npm install
npx ts-node source/index.ts