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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(ts): require project references to all dependencies #23

Merged
merged 1 commit into from
May 21, 2020

Conversation

jeysal
Copy link
Contributor

@jeysal jeysal commented May 21, 2020

Turns out not specifying them is not an option, even when we include all projects in the build anyway. They are still required for TypeScript to understand the dependency graph and build in the correct order. This was surfaced by #22.

So we do have to specify them all, but I extended our script to automatically check and enforce that they are present.

@jeysal jeysal force-pushed the ts-project-references branch 2 times, most recently from f10349b to 2805aab Compare May 21, 2020 13:38
@jeysal jeysal force-pushed the ts-project-references branch from 2805aab to 3f5c306 Compare May 21, 2020 13:38
@jeysal jeysal mentioned this pull request May 21, 2020
@jeysal jeysal merged commit bed4a14 into master May 21, 2020
@jeysal jeysal deleted the ts-project-references branch May 21, 2020 13:49
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

Successfully merging this pull request may close these issues.

1 participant