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

Invalid group definition for package if types for it are defined locally. #160

Open
dartess opened this issue Sep 12, 2024 · 0 comments
Open

Comments

@dartess
Copy link

dartess commented Sep 12, 2024

I have a package lunr
For it, the types @types/lunr are installed.
The types are added locally to @types/lunr.d.ts (also ./@types added in tsconfig's compilerOptions.typeRoots).
After that, the package lunr is considered internal, not external. After removing @types/lunr.d.ts, everything works correctly.

image
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

No branches or pull requests

1 participant