UNPKG

nest-request-interceptor

Version:

Lightweight HTTP and RPC request logging interceptors for NestJS with decorators to skip or deduplicate logs.

21 lines (20 loc) 485 B
{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "target": "ES2022", "sourceMap": true, "outDir": "./dist", "rootDir": "./src", "baseUrl": "./", "incremental": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }