I'd like to change to programming in Typescript, because it's a typed script and although Javascript can do everything, I'd like to work with better intellisense, more familiar OO and stuff. It's great
I figured to use external libraries in Javascript, I need definition files to get the intellisense working.
On DefinitelyTyped there happens to be an Greensock definition file for Typescript.
(https://github.com/borisyankov/DefinitelyTyped/tree/master/greensock)
Is this the right place to get the Typescript definitions for the GSAP (i.o.w. is it created by Greensock), or is there a more 'official' source for this somewhere, created by Greensock? I'd like to have the real thing, that keeps up with the updates
Would be great if there is some file updated by Greensock somewhere, 'cause Greensock and Typescript are a killer combination I'd say
Thanks!