In the App.tsx taken from the fountain-webapp typescript MVC sample (http://fountainjs.io/), the import contains the following line:
import {IDispatch} from '~react-redux~redux';
Visual Studio 2017 underlines this line ("cannot find module") however it does work in the browser. I've never seen this syntax before and don't know what it's attempting to do?
There's an open ticket mentioning it here: https://github.com/FountainJS/generator-fountain-react/issues/70