Files
js-logging/tsconfig.json
T
mahseiah_ai aa14660c2a
Validate / test (pull_request) Successful in 9s
feat: add buffer max to buffer appender
2026-05-06 17:41:00 -04:00

15 lines
234 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2016",
"declaration": true,
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
]
}