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

Target project locator not finding project in workspaces if root tsconfig is missing #13099

Closed
meeroslav opened this issue Nov 10, 2022 · 1 comment · Fixed by #14417
Closed
Assignees
Labels

Comments

@meeroslav
Copy link
Contributor

Current Behavior

Target project locator uses several approaches to find project based on import in findProjectWithImport:

  • relative path (if path is relative)
  • tsconfig path aliases (if root tsconfig & paths exist)
  • npm packages from external nodes
  • tsc resolver (if root tsconfig exists)

If none of that is met, project is not found

Expected Behavior

We should try to find project using our project graph as well

Steps to Reproduce

Failure Logs

Environment

@github-actions
Copy link

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant