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.
21 lines (20 loc) • 368 B
JSON
{
"compilerOptions": {
"outDir": "./lib",
"target": "es5",
"module": "commonjs",
"noImplicitAny": true,
"strictNullChecks": true,
"declaration": true,
"sourceMap": true,
"jsx": "react",
"typeRoots": ["node_modules/@types"]
},
"include": [
"./src/**/*.tsx",
"./src/**/*.ts"
],
"exclude": [
"node_modules"
]
}