@google-cloud/pino-logging-gcp-config
Version:
Module to create a basic Pino LoggerConfig to support Google Cloud structured logging
27 lines (26 loc) • 556 B
JSON
{
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"declaration": true,
"forceConsistentCasingInFileNames": true,
"lib": ["dom", "es2021"],
"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"
]
}