Declaration or statement expected with react bootstrap
I tried this code and it was fixed
npm i [email protected]
I have actually just run in to this issue as well.
It seems that you need to upgrade to TS 3.8 or downgrade react-bootstrap to 1.0.1.
Check this closed issue:
https://github.com/react-bootstrap/react-bootstrap/issues/5281