-
Notifications
You must be signed in to change notification settings - Fork 27
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 module name in augmentation- index.d.ts #23
Comments
Uhmm @janders4 can you try installing also @types/hapi__joi ? |
@TCMiranda I've just run into the same issue. It looks like they've changed the definitions recently so I think it's linked to that. |
Here's the error I'm seeing:
|
Hello @evanshortiss you are right, i'll update the package.json dependencies to disallow those definitions. |
Updated on 15.0.2, if you could test on your setup, it would be awesome. |
@TCMiranda, thanks, all is working now |
Hi, i'm looking for some help with the following issue:
Using
I'm importing in with the following:
import 'joi-extract-type'
In the node module file index.d.ts i'm having the following error:
module "@hapi/joi"
Invalid module name in augmentation. Module '@hapi/joi' resolves to an untyped module at '/Users/johnanderson/Documents/GitHub/error-handling-class-spike/node_modules/@hapi/joi/lib/index.js', which cannot be augmented.ts(2665)
Thanks
John
The text was updated successfully, but these errors were encountered: