Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

[Typescript] Definitions #96

Closed atrauzzi closed 7 years ago

atrauzzi commented 7 years ago

Added the new nodejs edition of glimpse, but didn't get any type information for my TS based project. Would love to see some added along with the project so that my imports are strongly typed!

avanderhoorn commented 7 years ago

Great point. Are you thinking predominantly for the config options that we provide?

atrauzzi commented 7 years ago

Yeah, at the very least. I don't know if there's more beyond that, but so long as that's there, I can incorporate it as part of my framework when it's run on browsers.

avanderhoorn commented 7 years ago

The next release we put out (which should be in the next few days) will have the fix for this.

mike-kaufman commented 7 years ago

We just released v0.20.9 to npm. This build includes the basic set of typescript definitions (we'll have more as we expand out our public API, but we're not there just yet... :) ).

Thanks for reporting this. Please let us know if what you have any problems trying out the latest release.

atrauzzi commented 7 years ago

Awesome, thanks!