mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
The ES2022 definition of Error#cause conflicts with @types/verror. Signed-off-by: Anders Kaseorg <anders@zulip.com>
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"noImplicitOverride": true
|
|
}
|
|
}
|