-
Notifications
You must be signed in to change notification settings - Fork 36
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
Module resolution problems with TypeScript #8
Comments
I am having a similar issue as well. Were you ever able to figure out a solution for this? |
how do people typically use this extension with typescript? Documentation is unclear.
I'm also unable to properly import this. |
Set
|
happy to add better TypeScript definitions via #59 The new version will export the same as the Happy to accept a pull request if anyone would like to add types for that |
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I'm unable to import this when transpiling/compiling with TypeScript.
If I copy the functionality from the module directly into my handler function, it works as expected.
I've tried various different module resolution & target module systems, as well as aliasing and directly addressing. Surely I've just misconfigured something?
I have a PoC/sample config below.
The text was updated successfully, but these errors were encountered: