UNPKG

@marciocamello/react-sortable-tree

Version:

Drag-and-drop sortable component for nested data and hierarchies

17 lines (16 loc) 385 B
{ "compilerOptions": { "target": "esnext", "strict": true, "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "moduleResolution": "node", "baseUrl": ".", "paths": { "@nosferatu500/react-sortable-tree": ["./src/index.ts"] } }, "include": ["src/**/*", "tests/**/*"], "exclude": ["node_modules", "dist"] }