Followed the instructions using npm install jspdf --save, this installed correctly, no errors.
But the @typings file is still 1.1.31. Looking at the readme file I tried > npm install --save @types/jspdf`` and this installed 1.2. I can't figure out how to get the latest file.
Anyone have any ideas?