UNPKG

nestjs-http-promise

Version:

promise implementation of nestjs http module with retries feature using axios-retry and axios

19 lines (18 loc) 443 B
{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "noLib": false, "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, "target": "es6", "sourceMap": false, "outDir": "./dist", "rootDir": "./lib", "skipLibCheck": true, }, "include": ["lib/**/*"], "exclude": ["node_modules"] }