@procube/pino-transmit-http
Version:
A pino browser transmit that send log statements over HTTP
24 lines (23 loc) • 557 B
JSON
{
"compilerOptions": {
"target": "es2020",
"module": "esnext",
"lib": ["es2020", "dom"],
"jsx": "react",
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"moduleResolution": "node",
"declaration": true,
"baseUrl": "src",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
},
"include": ["src/*"],
"exclude": ["dist", "node_modules"],
"compileOnSave": false
}