Callum Linington
Callum Linington

Reputation: 14417

Typescript Visual Studio 2015 claims version 1.4 instead of 1.7.6

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....

enter image description here

Upvotes: 2

Views: 274

Answers (1)

Schalk Bower
Schalk Bower

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

Related Questions