UNPKG

use-axios-http-requests-ts

Version:

Incredibly useful package for making HTTP requests! This package eliminates the need for the Fetch API and is built on top of the powerful library [axios](https://www.npmjs.com/package/axios).

12 lines (11 loc) 217 B
{ "compilerOptions": { "jsx": "react", "target": "ES2020", "module": "ESNext", "moduleResolution": "Node", "strict": true, "declaration": true, "declarationDir": "dist", } }