UNPKG

node-logger-light

Version:

An advanced logging library for Node.js with support for different log levels, file logging, and external services integration.

15 lines 314 B
{ "compilerOptions": { "target": "ES6", "module": "ES6", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "outDir": "dist", "declaration": true, "declarationMap": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }