UNPKG

@lifarl/react-scroll-snap-slider

Version:

A React Slider / Carousel Component with Scroll Snapping and Intersection Observer. ***[Demo](https://lifarl.github.io/react-scroll-snap-slider/)***

17 lines (16 loc) 363 B
{ "compilerOptions": { "outDir": "./dist", "target": "es5", "module": "ES2015", "noImplicitAny": false, "strictNullChecks": true, "removeComments": true, "declaration": true, "sourceMap": true, "esModuleInterop": true, "jsx": "react" }, "include": ["./src/**/*.tsx", "./src/**/*.ts"], "exclude": ["node_modules"] }