ng2-dnd
Version:
Angular 2 Drag-and-Drop without dependencies
26 lines • 752 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"declaration": true,
"moduleResolution": "node",
"sourceMap": true
},
"files": [
"typings/browser.d.ts",
"ng2-dnd.ts",
"./src/dnd.config.ts",
"./src/dnd.service.ts",
"./src/dnd.component.ts",
"./src/dnd.draggable.ts",
"./src/dnd.droppable.ts",
"./src/dnd.sortable.ts",
"./tests/dnd.component.factory.ts",
"./tests/dnd.with.draggable.data.spec.ts",
"./tests/dnd.without.draggable.data.spec.ts",
"./tests/dnd.sortable.spec.ts"
]
}