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

No types or exported members found from package #5

Open
renatoaraujoc opened this issue Aug 10, 2021 · 1 comment
Open

No types or exported members found from package #5

renatoaraujoc opened this issue Aug 10, 2021 · 1 comment

Comments

@renatoaraujoc
Copy link

Hello,

When trying to use your library, IntelliJ does not find any exported member, neither types or anything.

This is what I'm getting.
Captura de Tela 2021-08-10 às 14 57 59

Any idea how to solve this?

Thank you!

@buruss
Copy link

buruss commented Nov 26, 2021

I had same problem.

and managed to solve this by generating index.d.ts (type definition) file with tsc.

just open a terminal and change directory to this npm package folder.

and run this command

tsc --declaration

you can use patch-package npm package to auto patch this file later.

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

2 participants