10ign/logging

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "moduleResolution": "node",
    "esModuleInterop": true,
    "declaration": true,
    "declarationMap": true,
    "sourceMap": true,
    "outDir": "dist",
    "rootDir": "./src",
    "target": "ES2016",
    "module": "CommonJS",
    "strict": true
  },
  "include": ["./src/Logging.ts"],
  "typedocOptions": {
    "entryPoints": ["./src/Logging.ts"],
    "out": "docs",
    "readme": "none"
  }
}