Skip to content

Commit

Permalink
fix(tsconfig): updating how helpers are handled
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock authored Nov 30, 2023
1 parent e548c96 commit 6c991e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"sourceMap": true,
"inlineSources": true,
"sourceRoot": "/",
"declaration": true
"declaration": true,
// Helps out Sentry traces
// https://docs.sentry.io/platforms/node/sourcemaps/uploading/typescript/#dealing-with-tslib
"importHelpers": true,
"noEmitHelpers": true
}
}

0 comments on commit 6c991e8

Please sign in to comment.