Can TypeScript only be used to create SignalR web apps, or do we have to use jQuery? Or is there a TypeScript version of SignalR?
SignalR has a dependency on JQuery therefore it is required that you use it.
However, there is an issue filed on the SignalR source GitHub page to re-write the JS client without the JQuery dependency.