UNPKG

vue-directional-carousel

Version:

This is a Vue 3 component that allows you to set the direction of image movement not only vertically and horizontally but also in different directions (left, right, up, down).

13 lines (12 loc) 260 B
{ "compilerOptions": { "baseUrl": ".", "composite": true, "paths": { "@/*": ["./src/*"] } }, "exclude": ["src/**/__tests__/*"], "extends": "@vue/tsconfig/tsconfig.dom.json", "include": ["env.d.ts", "src/**/*", "src/**/*.vue"] }