I have a query about the Intellisense feature in Visual Studio 2017. I've installed the TypeScript SDK, specifically the latest Version (currently 2.5.3).
Here's my folder structure:
https://i.sstatic.net/mFPk0.png
When utilizing Intellisense, it suggests the oldest version to me:
https://i.sstatic.net/7kfYR.png
In the project properties, I've set the TypeScript version to 2.4.
How can I instruct Visual Studio to use the most recent version or the one specified in my tsconfig.json file instead of the outdated one?
I would appreciate any guidance pointing me in the right direction!
By the way, while moving the 2.1 folder out of the Typescript folder resolves this issue, I don't believe it is the correct solution.