Skip to content

Commit

Permalink
chore: enable sourcemap generation
Browse files Browse the repository at this point in the history
Used during development/debugging.
  • Loading branch information
Frank Bell committed Oct 28, 2022
1 parent d0dfc0a commit 3456297
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 @@ -3,6 +3,7 @@
/* Language and Environment */
"target": "es5",
"lib": ["es2019"],
"sourceMap": true,

/* Modules */
"module": "commonjs",
Expand Down

0 comments on commit 3456297

Please sign in to comment.