Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove restriction of typesVersion to 4.7 (#2078)
Newer versions of TypeScript would not pick up the types when importing from `photoswipe/lightbox` as the types were restricted to version 4.7 or lower. The types works perfectly fine with newer versions of TS, so by simply removing the restriction everything works as expected. fixes dimsemenov/PhotoSwipe#2029
- Loading branch information