@nodeflip/nest-axios-http
Version:
A NestJS module for simplified HTTP requests using Axios with dynamic configuration, logging, and interceptor support.
27 lines (26 loc) • 705 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"strict": true,
"moduleResolution": "Node",
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": "./src",
"incremental": false,
"strictNullChecks": false,
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false
},
"include": ["src/**/*.ts", "jest.config.ts"],
"exclude": ["node_modules"]
}