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 have a commonjs project that I would like to make it consumable from globals too (after webpacking and publishing it to window).
The problem is, how do I generate the .d.ts definitions for globals? Is that possible without modifying the code? Or do I have to rewrite them "by hand" ?
The text was updated successfully, but these errors were encountered:
I have a commonjs project that I would like to make it consumable from globals too (after webpacking and publishing it to
window
).The problem is, how do I generate the
.d.ts
definitions for globals? Is that possible without modifying the code? Or do I have to rewrite them "by hand" ?The text was updated successfully, but these errors were encountered: