UNPKG

react-moveable

Version:

A React Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.

26 lines (25 loc) 567 B
{ "extends": "./tsconfig", "compilerOptions": { "module": "commonjs", "noImplicitAny": false, "jsx": "react", "types": [ "karma-chai", "mocha" ], "strict": false, "strictNullChecks": false, "forceConsistentCasingInFileNames": false, "resolveJsonModule": false, "isolatedModules": false, "noEmit": false, "allowUnreachableCode": true, "allowUnusedLabels": true }, "include": [ "./src/**/*.ts", "./test/**/*.ts", "./test/**/*.tsx" ] }