@genie-solutions/genie-logger
Version:
Reusable Node.js logger for platform Lambda services.
28 lines (27 loc) • 661 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["es2018"],
"declaration": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": false,
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"strictPropertyInitialization": false,
"typeRoots": ["./node_modules/@types"],
"outDir": "./dist"
},
"files": [
"./lib/index.ts"
]
}