UNPKG

@yourwishes/carousel

Version:

A modern, flexible and performant carousel for the time concious developer.

17 lines 382 B
{ "compilerOptions": { "target": "ES5", "module": "CommonJS", "lib": [ "ES5", "ScriptHost", "dom", "dom.iterable" ], "moduleResolution": "Node", "esModuleInterop": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "strict": true, "outDir": "./dist" }, "include": [ "./src" ], "exclude": ["node_modules"] }