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.
31 lines (30 loc) • 869 B
JSON
{
"compileOnSave": false,
"compilerOptions": {
"target": "es5",
"module": "esnext",
"jsx": "preserve",
"allowJs": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
"skipLibCheck": true,
"checkJs": true,
"baseUrl": ".",
"typeRoots": ["./node_modules/@types"],
"lib": ["dom", "esnext"],
"paths": {
"components/*": ["./components/*"],
"api/*": ["./api/*"],
"utils/*": ["./utils/*"],
"@routes": ["./routes/index.ts"]
}
},
"exclude": ["node_modules"]
}