Skip to main content
Module

x/redaxios/tsconfig.json

The Axios API, as an 800 byte Fetch wrapper.
File
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "lib": [ "DOM", "ESNext" ], "allowJs": true, "checkJs": true, "declaration": true, "emitDeclarationOnly": true, "declarationMap": true, "declarationDir": "./dist", "noEmit": false, "strict": true, "suppressImplicitAnyIndexErrors": true, "noImplicitThis": false, "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": [ "src" ]}