trvswgnr / bs5-lightbox

A pure JS lightbox gallery plugin for Bootstrap 5 based on the Modal and Carousel components
https://trvswgnr.github.io/bs5-lightbox/
MIT License
133 stars 28 forks source link

bootstrap error with angular 14 #33

Closed emrahtepe closed 2 years ago

emrahtepe commented 2 years ago

Hi, I get this error. can you give me a tip what to do? image

bootstrap already installed image

trvswgnr commented 2 years ago

I think you would need to do something like typeof bootstrap.Modal.Options?

emrahtepe commented 2 years ago

It throws TS2503: Cannot find namespace 'bootstrap'. error when build.

I have found a bypass. I added "skipLibCheck": true to tsconfig. json file. It builds without error now.