Skip to content

Commit

Permalink
Add sourcemaps to our published bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Oct 13, 2024
1 parent 0ea9241 commit 449a065
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 @@ -11,6 +11,7 @@
"dom" // Workaround for missing web-compatible globals in `@types/node`
],
"target": "es2021",
"sourceMap": true,
"module": "es2022",
"moduleResolution": "node",
"noEmit": true,
Expand Down

0 comments on commit 449a065

Please sign in to comment.