UNPKG

refine-jsonapi

Version:

Data provider for refine with JSON:API specification. refine is a React-based framework for building internal tools, rapidly. JSON:API is a specification for building apis in JSON.

20 lines 400 B
{ "compilerOptions": { "declaration": true, "lib": [ "dom", "dom.iterable", "esnext" ], "module": "esnext", "esModuleInterop": true, "moduleResolution": "node", "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "target": "esnext", "rootDir": "./src", "outDir": "./dist", }, "include": ["src"] }