mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-02 02:41:32 +02:00
* Fix OIDC login callback handling on Element Desktop * Add unit tests * Iterate * Fix lcov reporter * Fix coverage paths * Fix coverage upload * Ensure `.test.ts` files don't get included in the desktop package * Fix coverage artifact name * Delint * Tidy coverage name * Improve coverage
16 lines
424 B
JSON
16 lines
424 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"module": "nodenext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "es2022",
|
|
"sourceMap": false,
|
|
"typeRoots": [],
|
|
"types": [],
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"include": ["./electron-builder.ts", "./vitest.config.ts", "./src/**/*.d.ts", "./src/**/*.test.ts"]
|
|
}
|