I have a project created in Visual Studio 2015 which using TypeScript 1.8. After installing Visual Studio 2017, I tried to open the old project in the new IDE. If I check properties of the project, I get this:
TypeScript version: 1.8 (unavailable).
However, I can see that this version is already under C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.8.
I don't want to use a newer version because I don't want to change the code right now.
Does Visual Studio 2017 support TypeScript 1.8?
How can I make this version available to VS 2017?
