UNPKG

logctx

Version:

A Pino-based logger with context-aware logging using async_hooks

17 lines 370 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "baseUrl": "./src" }, "include": [ "src", "index.ts" ] }