Skip to content

Commit

Permalink
fix(sourcemaps): allowing sourceMap from ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Oct 31, 2020
1 parent cda8d9c commit f071ca0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"target": "ES2015",
"module": "ES2015",
"declaration": true,
"sourceMap": true,
"outDir": "./dist",
"strict": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit f071ca0

Please sign in to comment.