4 Replies
stormy-goldOP•3y ago
Maybe its something wrong with my tsconfig?
tsconfig:
tsconfig.node
conscious-sapphire•3y ago
@JVictorV Could you please let me know how did you manage to solve this issue? Even i get the same error. Thank you
stormy-goldOP•3y ago
Unfortunately I didn’t find a proper solution
I just used patch package to add a ts ignore on that line
conscious-sapphire•3y ago
ah ok. Thank you for you response. In my case, I just figured out that I was importing a type tht was not needed. After removing it, the error is gone.