Fix debugging with VS Code due to missing Source Map (#3050)
Fixes #2801
This commit is contained in:
parent
a8d557eb1b
commit
b060b81204
@ -13,6 +13,7 @@
|
||||
"deleteOutputPath": false,
|
||||
"main": "apps/api/src/main.ts",
|
||||
"outputPath": "dist/apps/api",
|
||||
"sourceMap": true,
|
||||
"target": "node",
|
||||
"tsConfig": "apps/api/tsconfig.app.json",
|
||||
"webpackConfig": "apps/api/webpack.config.js"
|
||||
|
Loading…
x
Reference in New Issue
Block a user