@lexamica-modules/logger
Version:
The various loggers and transports used for API logging in the Lexamica Eco-system
20 lines (16 loc) • 397 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 18",
"compilerOptions": {
"lib": ["es2022"],
"module": "commonjs",
"target": "es2022",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "lib",
"declaration": true
},
"include": ["src/**/*"]
}