Currently, I am utilizing the community edition of Visual Studio 2015 and aiming to configure the environment for TypeScript in an asp.net webforms application. While there is abundant information on achieving this using Visual Studio Code, I am struggling to find resources specifically tailored for Visual Studio. I have been trying out the methods outlined at . However, despite my efforts, the NPM Configuration file option is not visible under DNX. It seems that it only appears under C#, leading me to believe that it pertains to server-side functionalities while DNX is more related to client-side operations. I have already updated Visual Studio 2015 to Update 3 and also installed .Net Core 1.0.
Any insights or guidance would be greatly appreciated. Thank you.