This is a well-known problem with references here:
Jquery and Bootstrap have naming conflict for tooltip()
The solution many have suggested is to use $.widget.bridge
before Bootstrap is loaded. But in my case, I do not know how to achieve it using requireJS style:
My script import look like this:
define(['jquery', 'jquery-ui', 'knockout', 'bootsrap'],