mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"noImplicitOverride": true,
|
|
"types": ["vite/client"],
|
|
},
|
|
}
|