Is it necessary to include the typings folder as part of an asp.net application in Visual Studio 2015 when using typings?
I would like to handle the typings folder similar to the bower_components folder - not checking it and not including it in my solution. However, Visual Studio seems to have trouble finding the typings if the folder is excluded from the project. Can the typings folder be treated like the bower_components folder in this case? I am using VS 2015, VSTS (team services) as a source safe.
https://i.sstatic.net/i4uKb.png
Thank you, Soma.