I am having troubles while importing the JSZip library in my Angular 2 project. I followed the following steps in order to change the project configuration:
1 - Inst
There is a typo and it should be:
import * as JSZip from 'jszip'; let zipFile: JSZip = new JSZip();