Skip to content

Commit

Permalink
Added sourceMap: true to the template tsconfig.json for debugging boo…
Browse files Browse the repository at this point in the history
  • Loading branch information
yashp4858 committed Oct 13, 2023
1 parent 65dc0a8 commit bb0a01b
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 @@ -5,6 +5,7 @@
"importHelpers": true,
"module": "commonjs",
"strict": true,
"sourceMap": true,
"target": "ES2019",
"noImplicitReturns": true,
"noImplicitThis": true,
Expand Down

0 comments on commit bb0a01b

Please sign in to comment.