azu / monorepo-utils

A collection of utilities for monorepo/lerna. Tools for TypeScript project references etc..
164 stars 10 forks source link

project-references: only if there's a tsconfig #53

Closed natew closed 2 years ago

natew commented 2 years ago

Some of our packages aren't typescript and just plain js. But they get inserted as references anyway. It should check if there's a tsconfig before adding.

azu commented 2 years ago

Thanks for report!

I've confirm it. We will fix it soon.

azu commented 2 years ago

https://github.com/azu/monorepo-utils/releases/tag/v2.7.4 will fix it