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
Now that the TS compiler supports module resolution via node, it would be nice not to use TSD to install the typing but instead have them included with the npm package.
The text was updated successfully, but these errors were encountered:
@dougwilson I am trying to figure that out myself ... It should be documented somewhere in the Wiki for TypeScript.
No, you do not have typings, but the community has created them on TSD (DefinitelyTyped) to help with TS development. And it would be nice to provide that with your package.
I'll investigate further to see how do you actually do it.
Thanks! I haven't used TypeScript and have no idea how it works (and not really interested in learning it or even have the time to). I'm open to adding this, but it would have to be something completely contributed by you and part of the contribution would have to also update the CI to ensure that the typings are always correct and do not become out of date as we alter the API in some fashion.
Hi @rolandjitsu , I'm' going to close this for now, as there doesn't seem to be any interest in contributing these, as I have not seen a further response or a pull request.
Now that the TS compiler supports module resolution via node, it would be nice not to use TSD to install the typing but instead have them included with the npm package.
The text was updated successfully, but these errors were encountered: