Struggling to develop a React-Redux web application in Visual Studio 2015 using TypeScript. I encountered issues while trying to import modules after adding react and redux via NPM along with @types. Initially, the red squiggle appeared for "react" module, but resolved it by downloading Definitively Typed NuGet package.
However, integrating both @types and Definitively Typed definitions in the project led to compilation errors. Is there a specific flag missing in the tsconfig file that prompts Visual Studio 2015 to scan the node_modules folder for .d.ts files?