TypeScript is a variant of JavaScript that provides strong type information, a powerful development tool that minimizes bugs and makes JavaScript programs easier to build in enterprise settings.
This means that, after setting up my project, I just had to use NuGet to add the DefinitelyTyped definition file for jQuery so that my TypeScript code would know how to deal with jQuery. If you're ...