tsc-alias icon indicating copy to clipboard operation
tsc-alias copied to clipboard

Follow project references

Open jgoux opened this issue 2 years ago • 2 comments

Hello 👋

With TypeScript project references, when we build a single project, all its referenced dependencies are built beforehand when using tsc --build.

My issue is that for the dependencies, tsc-alias isn't applied as I assume TypeScript is only applying tsc.

So it would be great if tsc-alias could follow each references listed in tsconfig.json and resolve their paths as well so using:

"build": "tsc --build && tsc-alias"

would update the whole graph of projects.

jgoux avatar Apr 07 '23 10:04 jgoux

is this a feature that is getting worked on?

lvsanche avatar May 24 '23 18:05 lvsanche

@lvsanche We are not working on this feature yet but if you want you can contribute. THANKS

justkey007 avatar May 25 '23 07:05 justkey007