forked from wojtkowiak/meteor-desktop
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Add typescript support #15
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Currently there is no support for Typescript. Modules cannot be written using Typescript and using the package in a Typescript project causes many Typescript errors.
Proposed solution
Create definition files declaring the various functions and their return values. Also, add support for modules to be written in Typescript.