UNPKG

@egjs/grid

Version:

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

20 lines (19 loc) 315 B
{ "extends": "./tsconfig", "compilerOptions": { "module": "commonjs", "noImplicitAny": false, "strictNullChecks": false, "types": [ "karma-chai", "mocha", ] }, "include": [ "./src/**/*.ts", "./test/unit/**/*.ts" ], "exclude": [ "./node_modules/**/*.ts" ] }