Here are some rather tasty TypeScript resources that you should have in your tool-belt when you are raging the TypeScript code.
- TypeScript Playground
Great for trying out stuff and for helping to answer simple questions. - TypeScript GitHub
If you find something weird, start a discussion or raise a bug. - Definitely Typed
Boris Yankov’s repository of typings for tons of popular JavaScript libraries. - Official Announcement and Video
If you didn’t watch it – this is a great video to kick off your TypeScript journey. - Stack Overflow
If you have a question about TypeScript, get it answered by the TypeScript team, other users or even me!