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
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.
The text was updated successfully, but these errors were encountered:
Secondary to upgrade. I hope that this will be simple enough by adding typescript package to the bundler and watcher. Looks like I just need to figure out the proper version.
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.
The text was updated successfully, but these errors were encountered: