Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow project references #171

Open
jgoux opened this issue Apr 7, 2023 · 2 comments
Open

Follow project references #171

jgoux opened this issue Apr 7, 2023 · 2 comments

Comments

@jgoux
Copy link

jgoux commented Apr 7, 2023

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.

@lvsanche
Copy link

is this a feature that is getting worked on?

@justkey007
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants