nestjs-logger-configurable
Version:
nestjs logger based on configservice and winston
22 lines (21 loc) • 578 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": false,
"outDir": "./dist",
"baseUrl": "./",
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false,
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts", "tests"]
}