Reputation: 14417
I have installed Typescript 1.7.6 for Visual Studio 2015, I'm getting VS telling me that I'm using 1.4 .... why? How do I get VS to recognise the 1.7.6 compiler....
Upvotes: 2
Views: 274
Reputation: 46
Do you have resharper installed?
I have resharper 9.2 installed and that doesn't understand TypeScript 1.7.6 so it's autodetect feature doesn't work.
Open up Resharper Options -> TypeScript -> Inspections and change Auto-detection to the latest version of TypeScript that shows up.
Upvotes: 3