You need to tell the compiler it has been declared:
declare var bootbox: any;
If you have better type information you can add that too, in place of any.
You need to tell the compiler it has been declared:
declare var bootbox: any;
If you have better type information you can add that too, in place of any.