diff --git a/apps/backend/tsconfig.json b/apps/backend/tsconfig.json index a6585d1..f27e20d 100644 --- a/apps/backend/tsconfig.json +++ b/apps/backend/tsconfig.json @@ -1,6 +1,7 @@ { "extends": ["@tsconfig/node23/tsconfig.json", "@tsconfig/node-ts/tsconfig.json"], "compilerOptions": { + "sourceMap": true, "outDir": "dist" } } \ No newline at end of file