Files
freeCodeCamp/api/tsconfig.build.json
T
Mrugesh Mohapatra cd94fbf5b9 feat: move logs to sentry
refactor(api): logging taxonomy and sentry o11y (#68508)

refactor(api): harden sentry o11y and narrow catches (#68526)

feat(api): logging review and improve metrics(#68579)
2026-07-10 17:16:27 +05:30

12 lines
197 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist",
"rootDir": "../",
"noEmit": false,
"sourceMap": true
},
"include": ["src"],
"exclude": ["**/*.test.*"]
}