I am stuck with issue. Has anyone encountered this. As I am unable to get it what it is asking for.
This is how I imported this library highlighted in yellow.
This how it is showing in browser error.
Instead of
import * as _ from 'underscore';
you need to
import _ from 'underscore';