Add sourceMap: true to backend tsconfig.json
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": ["@tsconfig/node23/tsconfig.json", "@tsconfig/node-ts/tsconfig.json"],
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"outDir": "dist"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user