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

suggestion: Verify that tsconfig references option matches package.json dependencies when using TS project references #107

Open
jakst opened this issue Dec 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jakst
Copy link

jakst commented Dec 4, 2024

In a monorepo it's quite common to use Typescript's project references feature. However, it's a pain to maintain the references so that they match your monorepos interdependencies. There's an open issue on the typescript repo to infer this from package.json, but it was opened in 2018 and has yet to show any results.

It would be great if Sherif could go through all internal monorepo dependencies and warn if the corresponding typescript project references are not set up.

@QuiiBz QuiiBz added the enhancement New feature or request label Jan 2, 2025
@QuiiBz
Copy link
Owner

QuiiBz commented Jan 2, 2025

That's a great idea! Will check later this week to implement it.

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

No branches or pull requests

2 participants