I introduced Embla Carousel and since then I am seeing Linting issue during deployment.
I am not able to replicate the same in my local.
Even after ignoring Lint during build, it is not working
We detected TypeScript in your project and reconfigured your tsconfig.json file for you. Strict-mode is set to false by default.
The following suggested values were added to your tsconfig.json. These values can be changed to fit your project’s needs:
- include was updated to add ‘.next/types/**/*.ts’
Failed to compile.
./components/ui/EmblaCarousel.tsx:15:24
Type error: Parameter ‘props’ implicitly has an ‘any’ type.
13 | const TWEEN_FACTOR_BASE = 0.2
14 |