UNPKG

typescript-log

Version:

Logger interface with a few simple implementations, interface compatible with pino, bunyan and probably others

16 lines (14 loc) 356 B
{ "include": ["src/index.ts"], "extends": "./tsconfig.json", "compilerOptions": { "importHelpers": true, "noEmitHelpers": true, "noEmit": false, "declaration": true, "sourceMap": true, /* Additional Checks */ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true } }