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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
@Silhouettes thanks for your reply. when I say automatically is that when I do cordova plugin add cordova-plugin-code-push@latest the typings.d.ts is not downloaded on the plugins folder.
Hi @elranu, I've merged PR in master that should fix it #252, could you please have a chance to look at this and verify if it works as expected.
I'm closing this for now, please feel free to reopen if needed.
This still seems like it's wrong to me as in most recent packages that have typings, npm installing the package makes the typings available to an import command. I would expect to be able to do something similar to the following:
Hi
Where I should find the declaration files for typescript?
Is there a small example how to import/use codepush in typescript?
are this the typings: https://github.com/Microsoft/cordova-plugin-code-push/tree/master/typings
why are not automatically installed when I do
cordova plugin add cordova-plugin-code-push@latest
?Regards
The text was updated successfully, but these errors were encountered: