Fix debugging with VS Code due to missing Source Map (#3050)

Fixes #2801
pull/3054/head
Søren Bjergmark 1 year ago committed by GitHub
parent a8d557eb1b
commit b060b81204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save