I want to use a javascript library in my typescript project. That library has a lot of JSDocs and when I use it on a javascript file I get autocomplete:
JSDocs
But when I try to import it on a typescript it says that Could not find a declaration file for module 'opencrypto'. and of course it is now any
Could not find a declaration file for module 'opencrypto'.
any
No @typesopencrypto exists.
@typesopencrypto
Is this possible?
1.4m articles
1.4m replys
5 comments
57.0k users