Add source map support to backend dev builds

This commit is contained in:
Dragory 2019-12-08 02:05:35 +02:00
parent 30e86fcc73
commit 73780e503f
3 changed files with 23 additions and 3 deletions

View file

@ -18,7 +18,8 @@
"@shared/*": [
"../shared/src/*"
]
}
},
"sourceMap": true
},
"include": [
"src/**/*.ts"