Skip to content

Commit

Permalink
Enable inlineSources for TypeScript source maps (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh authored and estebanmino committed Oct 14, 2019
1 parent e396789 commit 466549a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"outDir": "dist",
"removeComments": false,
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es6"
},
Expand Down

0 comments on commit 466549a

Please sign in to comment.