@mr-hooks/use-retry
Version:
A hook for auto retrying asynchronous operations with a backoff strategy
20 lines (19 loc) • 386 B
JSON
{
"compilerOptions": {
"noEmit": true,
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"jsx": "react",
"module": "ESNext",
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
},
"exclude": [
"dist",
"node_modules",
]
}