Can we use GOJS with typescript

Hi…
Can we use GOJS with typescript?
If yes then which version of typescript is supported.

Yes, certainly. Many people do every day.

GoJS has supported TypeScript since the summer of 2013. There have been a lot of versions of TypeScript since then, and we have improved our go.d.ts file to take advantage of new language features along the way. So I do not remember exactly which version of TypeScript is required. Any recent version should be OK.

ok… thank you

where we can find it?

The same places one finds the go.js and go-debug.js libraries.

ok… thank you