Skip to content

Commit

Permalink
build: inline sources in source maps (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Mar 7, 2021
1 parent c74bb96 commit 4811647
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 @@ -8,6 +8,7 @@
"noImplicitThis": true,
"resolveJsonModule": true,
"sourceMap": true,
"inlineSources": true,
"target": "es2017",
"typeRoots": [
"./node_modules/@types",
Expand Down

0 comments on commit 4811647

Please sign in to comment.