mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
20 lines
504 B
JSON
20 lines
504 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"target": "esnext",
|
|
"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,
|
|
"types": ["vite/client"]
|
|
}
|
|
}
|