This project is a starter to build your own monorepo library with typescript.
pnpm i
pnpm run test
pnpm run build
{
"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.