UNPKG

use-minimal-fetch

Version:

A lightweight useFetch hook with Axios wrapper for React apps

17 lines (16 loc) 350 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "lib": ["DOM", "ESNext"], "declaration": true, "declarationDir": "dist", "outDir": "dist", "strict": true, "moduleResolution": "Node", "esModuleInterop": true, "skipLibCheck": true, "jsx": "react-jsx" }, "include": ["src", "index.ts"] }