Is there a way to incorporate @types/bootbox and @types/jquery into an Angular 4 project? I attempted the following:
npm install @types/bootbox
and in my code, I am implementing it like so:
import * as bootbox from 'bootbox'.
However, I encountered this Error: @types/bootbox/index.d.ts (96,41): Generic type 'JQuery' requires 2 type arguments.