3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 23:55:02 +00:00

Add source map support to backend dev builds

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

View file

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