Add sourcemap

This commit is contained in:
nathangray 2020-01-21 09:50:44 -07:00 committed by Hadi Nategh
parent 0205d72b53
commit 5ab9307c02
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"experimentalDecorators": true,
"removeComments": false,
"moduleResolution": "node",
"noImplicitAny": false
"noImplicitAny": false,
"sourceMap": true
},
"include" : [
"**/js/*",