You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a node server in typescript, and since the library has no types exposed,
I'm having to require the library instead of importing it, and I also have no types on anything, naturally.
Having TS support for the library would be great, and it would open it for node projects that are strict on having typings on dependencies.
The text was updated successfully, but these errors were encountered:
I'm writing a node server in typescript, and since the library has no types exposed,
I'm having to
require
the library instead ofimport
ing it, and I also have no types on anything, naturally.Having TS support for the library would be great, and it would open it for node projects that are strict on having typings on dependencies.
The text was updated successfully, but these errors were encountered: