UNPKG

@egjs/react-infinitegrid

Version:

A React component that can arrange items infinitely according to the type of grids

29 lines (28 loc) 592 B
{ "compilerOptions": { "target": "es5", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "experimentalDecorators": true, "jsx": "react-jsx" }, "include": [ "src", "./global.d.ts" ] }