react-infinite-logo-slider
Version:
A slider of logos or react components that scroll horizontally infinitely
16 lines (15 loc) • 373 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"jsx": "react",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"outDir": "./build"
},
"include": ["src/**/*"]
}