co-log
Version:
Port of log4js work for node.RequestId is supported.
29 lines (27 loc) • 602 B
JSON
{
"compilerOptions": {
"lib": ["ESNext"],
"esModuleInterop": true,
"noUnusedLocals": false,
"experimentalDecorators":true,
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports":true,
"noUnusedParameters": false,
"removeComments": true,
"sourceMap": true,
"declaration": true,
"target": "ES2020",
"module": "NodeNext",
"outDir": "dist"
},
"include":["src"],
"exclude": [
"node_modules/**/*",
".serverless/**/*",
".webpack/**/*",
"_warmup/**/*",
".vscode/**/*"
],
"ts-node": {
}
}