Skip to content

Commit

Permalink
Disable source mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Sep 4, 2019
1 parent 0b04b2e commit 1f82f1a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion codecard.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ class CodeCard {
element.innerHTML = element.innerHTML + html;
}
}
//# sourceMappingURL=codecard.js.map
1 change: 0 additions & 1 deletion codecard.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"noImplicitAny": true,
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
"target": "es6"
"target": "es6",
},
}

0 comments on commit 1f82f1a

Please sign in to comment.