mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-08-31 01:14:08 +08:00
cd94fbf5b9
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)
12 lines
197 B
JSON
12 lines
197 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "../",
|
|
"noEmit": false,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.*"]
|
|
}
|