-
Notifications
You must be signed in to change notification settings - Fork 28
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
Throws error in monorepo that has a package.json at the toplevel #861
Comments
oh wow, i also have a project with both a top-level |
Yep. I tried a bunch of things and don't know if there is a way to have something that works for both cjs and module. There also doesn't seem to be a way to ignore the package.json The easiest solution is probably to also bundle a minimal package.json alongside the index.js file to make sure it only uses that one. |
Adding an empty package.json alongside By empty, I mean just the |
I have a monorepo that has both a pyproject.toml and a package.json at the toplevel
I install basedpyright in my virtual environment:
Using
uv add --dev basedpyright
It seems like basedpyright is somehow using my package.json when it shouldn't
The text was updated successfully, but these errors were encountered: