@scarwar/winston-rabbitmq
Version:
A RabbitMQ transport for Winston.
26 lines • 458 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"types": [
"node",
"@types/mocha"
],
"lib": [
"ES6"
],
"declaration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"outDir": "src",
"declarationDir": "typings"
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"typings/**"
]
}