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

Getting Error in tsconfig.json file #80

Open
bhanvimenghani opened this issue Sep 28, 2023 · 1 comment
Open

Getting Error in tsconfig.json file #80

bhanvimenghani opened this issue Sep 28, 2023 · 1 comment

Comments

@bhanvimenghani
Copy link
Contributor

Cannot find type definition file for 'minipass'.
  The file is in the program because:
    Entry point for implicit type library 'minipass'
    

Seeing this error in tsconfig.json file, figure out the reason for it and fix it.

@bhanvimenghani
Copy link
Contributor Author

Typescript minipass error : we r not directly using minipass, its a transitive dependency from kubectl and storybook react, both of these dependencies are not longer required. Removing them and fixing the tsconfig by removing the type roots will solve this issue.
What is types minipass?
minipass is originally written in js and someone from community wants to use it in typescript so they have written this types lib for minipass so that people can use it in ts as well.

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