react-cool-draggable
Version:
Drag-n-drop react library (component) for horizontal and vertical lists.
35 lines (34 loc) • 664 B
JSON
{
"compilerOptions": {
"target": "es5",
"moduleResolution": "node",
"module": "esnext",
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"removeComments": false,
"downlevelIteration": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"jsx": "react",
"lib": [
"es6",
"es7",
"dom"
],
"baseUrl": ".",
"paths": {
"react-cool-draggable": [
"./src/index"
],
"react-cool-draggable/*": [
"./src/*"
],
}
},
"include": [
"./src/**/*",
"./examples/**/*",
"./*.js"
]
}