30484ef126
* Fix OIDC login callback handling on Element Desktop * Add unit tests * Iterate * Fix lcov reporter * DRY vite configs using a shared config * Iterate * Revert change to electron-builder.ts * Iterate
10 lines
188 B
JSON
10 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|