mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
tsconfig: Work around @sentry/electron regression.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user