-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
.d.ts fix #21
Comments
Ah thanks, I thought it would share the same types file but I guess not. Will fix soon! |
if possible, fix this on dequal/lite too, I use your libraries a lot xD |
Definitely! Your issue made me think of a few I need to double-check :D Appreciate it 🙇 |
Fixed in |
lukeed
added a commit
to lukeed/dequal
that referenced
this issue
Aug 17, 2020
And |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use strict typescript.
When I use klona/full I get the following error:
Could not find a declaration file for module 'klona/full'. 'node_modules/klona/full/index.js' implicitly has an 'any' type. Try `npm install @types/klona` if it exists or add a new declaration (.d.ts) file containing `declare module 'klona/full';`
I fixed it by creating a custom definition file, but it would be nice if it was already defined.
The text was updated successfully, but these errors were encountered: