Most of the guides say that it is not a problem just download jquery and the typings file and then edit the typings file to remove the export $ part
The problem with that is that I need to export $ since the plugins I'm going to use expect jquery to be defined as $
How can I use jquery with angularjs2 with exporting the global $ jquery variable 
