UNPKG

@google-cloud/pino-logging-gcp-config

Version:

Module to create a basic Pino LoggerConfig to support Google Cloud structured logging

27 lines (26 loc) 549 B
{ "compilerOptions": { "allowUnreachableCode": false, "allowUnusedLabels": false, "declaration": true, "forceConsistentCasingInFileNames": true, "lib": ["es2018"], "module": "commonjs", "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "outDir": "build", "pretty": true, "rootDir": ".", "sourceMap": true, "strict": true, "target": "ES2020" }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules" ] }