UNPKG

komi-logger

Version:

High-performance, type-safe logging library for Bun with advanced TypeScript body intersection, modular strategy pattern, transform streams, and immutable API design.

16 lines (15 loc) 395 B
{ "extends": "./tsconfig.json", "typedocOptions": { "out": "docs", "hideGenerator": true, "customFooterHtml": "<p>Generated with ❤️</p>" }, "include": ["source"], "compilerOptions": { // —————————————— Emit —————————————— // "noEmit": false, "emitDeclarationOnly": true, "declaration": true } }