esm-logging/tsconfig.debug.json
Rodney, Tiara d27f6c65c1
init: working state
compiler + test suite are fine. logging module started, I'd say about 50%
complete.
2025-04-25 16:12:52 +02:00

9 lines
182 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"noEmit": false,
"incremental": true,
"outDir": "build/debug"
}
}