Typescript

hello,

Is it possible to ship GoJS with typescript support?

Javascript libraries could define their interfaces so that code complete and type checking could be used easily within Visual Studio.

http://typescript.codeplex.com

Thanks

Are you looking for Intellisense support? We use JsDoc; we would need to investigate how to translate that into some format that Visual Studio could use for a JavaScript library.

Yes i mean Intellisense and its ok to use pure javascript for me.

Thanks