tsconfig: Work around @sentry/electron regression.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-08-07 14:53:03 -07:00
parent f6ff112f0e
commit 39fd0e9877

View File

@@ -5,6 +5,12 @@
"module": "esnext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"paths": {
// https://github.com/getsentry/sentry-electron/issues/957
"@sentry/node/build/types/integrations/anr/common": [
"./node_modules/@sentry/node/build/types/integrations/anr/common"
]
},
"resolveJsonModule": true,
"strict": true,
"noImplicitOverride": true,