mobx-restful-table
Version:
A Pagination Table & Scroll List component suite for CRUD operation, which is based on MobX RESTful & React.
21 lines (20 loc) • 471 B
JSON
{
"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",
"excludeExternals": true,
"excludePrivate": true,
"readme": "./ReadMe.md",
"plugin": ["typedoc-plugin-mdn-links"],
},
}