UNPKG

mobx-restful-table

Version:

A Pagination Table & Scroll List component suite for CRUD operation, which is based on MobX RESTful & React.

25 lines (24 loc) 593 B
{ "compilerOptions": { "target": "ES6", "module": "ES6", "moduleResolution": "Node", "esModuleInterop": true, "useDefineForClassFields": true, "jsx": "react-jsx", "skipLibCheck": true, "lib": ["ES2023", "DOM"] }, "include": ["source/*"], "typedocOptions": { "name": "MobX RESTful table", "includeVersion": true, "excludeExternals": true, "excludePrivate": true, "plugin": ["typedoc-plugin-mdn-links"], "readme": "./ReadMe.md", "navigationLinks": { "GitHub": "https://github.com/idea2app/MobX-RESTful-table" } } }