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

Use compilerOptions.paths to resolve @aws-sdk/ dependencies #1026

Closed
trivikr opened this issue Mar 20, 2020 · 3 comments
Closed

Use compilerOptions.paths to resolve @aws-sdk/ dependencies #1026

trivikr opened this issue Mar 20, 2020 · 3 comments
Labels
feature-request New feature or enhancement. May require GitHub community feedback.

Comments

@trivikr
Copy link
Member

trivikr commented Mar 20, 2020

Is your feature request related to a problem? Please describe.
@AWS-SDK dependencies are not navigable in a fresh clone as described in #329

Describe the solution you'd like
Use compilerOptions.paths to resolve @aws-sdk/ dependencies

Describe alternatives you've considered
Running yarn test:all or just the dependencies using lerna --scope command in #329 (comment)

@trivikr trivikr added the feature-request New feature or enhancement. May require GitHub community feedback. label Mar 20, 2020
@trivikr
Copy link
Member Author

trivikr commented Mar 22, 2020

There's an open issue with TypeScript team to infer project references from common monorepo patterns/tools microsoft/TypeScript#25376

Right now, the dependencies have to be defined in package.json and references need to be defined in tsconfig.json

@trivikr
Copy link
Member Author

trivikr commented Jul 9, 2020

Fixed in #1297

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request New feature or enhancement. May require GitHub community feedback.
Projects
None yet
Development

No branches or pull requests

1 participant