UNPKG

react-multi-carousel-jsm

Version:

Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.

9 lines (8 loc) 184 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", "outDir": "dist/" }, "include": ["./server/index.ts", "./routes/index.ts"] }