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've been using type with typescript recently and as the ts type checker was warning about missing types for type I've started working on the .d.ts files.
I didn't make any PR yet to DefinitelyTyped, but if I manage to get something good enough that would be the final goal.
Please let me know If you have any comments on this.
Regards
The text was updated successfully, but these errors were encountered:
@borracciaBlu Great thanks for raising that! I would be happy to host type files in the context of this repository (assuming that's preferred approach in TS ecosystem)
So please post a PR if you find it useful that types live in here.
Now that you have authored a declaration file following the steps of this guide, it is time to publish it to npm. There are two main ways you can publish your declaration files to npm:
1 - bundling with your npm package
2 - publishing to the @types organization on npm.
Hi @medikoo
I've been using
type
with typescript recently and as the ts type checker was warning about missing types fortype
I've started working on the.d.ts
files.This is what i've got so far @types/type.
I didn't make any PR yet to
DefinitelyTyped
, but if I manage to get something good enough that would be the final goal.Please let me know If you have any comments on this.
Regards
The text was updated successfully, but these errors were encountered: