I have a npm project that uses jquery.
var $ = require(\'jquery\');
I also have an index html file that references bootstrap.
You can try assigning it to global jquery property.
global.jQuery = require('jquery');