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 interested in contributing some typings to an npm package I maintain. I've started writing it and added it to package.json like this
{
"typings": "./my-package.d.ts"
}
In order to test it, I've created a separate consuming app and npm linked my package into it. Is there a way to get typings to use the typings in locally linked packages?
Also, once, I'm happy with my typings, will publishing the package with the typings file to npm be enough to make it available to users in typings by doing a typings install my-package?
The text was updated successfully, but these errors were encountered:
I'm interested in contributing some typings to an npm package I maintain. I've started writing it and added it to package.json like this
In order to test it, I've created a separate consuming app and npm linked my package into it. Is there a way to get typings to use the typings in locally linked packages?
Also, once, I'm happy with my typings, will publishing the package with the typings file to npm be enough to make it available to users in typings by doing a
typings install my-package
?The text was updated successfully, but these errors were encountered: