with newer versions of typescript (>v2 i believe):
npm install -D @types/bootstrap
Edit:
As hughjdavey said in his comment, you also need the following import lines:
import * as bootstrap from "bootstrap";
import * as $ from 'jquery';
with newer versions of typescript (>v2 i believe):
npm install -D @types/bootstrap
Edit:
As hughjdavey said in his comment, you also need the following import lines:
import * as bootstrap from "bootstrap";
import * as $ from 'jquery';