UNPKG

@egjs/react-infinitegrid

Version:

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

17 lines (16 loc) 311 B
{ "extends": "./tsconfig", "compilerOptions": { "allowJs": false, "noEmit": false, "isolatedModules": false, "removeComments": true, "declaration": true, "emitDeclarationOnly": true, "declarationDir": "declaration" }, "include": [ "./src/**/*", "./global.d.ts" ] }