I have a project created in Visual Studio 2015 that uses TypeScript 1.8. After installing Visual Studio 2017, I tried to open the old project in a new IDE. If I check the properties of the project, I get this:
TypeScript version: 1.8 (unavailable).

However, I see that this version is already under C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.8
.
I do not want to use a newer version, because I do not want to change the code right now.
Does Visual Studio 2017 support TypeScript 1.8?
How can I make this version available for VS 2017?
source
share