mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-05 23:10:16 +00:00
e9a89d9872
* Consolidate modules vitest coverage * Use vite-common as base for modules vitest config * Make knip happier * Fix coverage paths * Place modules unit tests alongside src * Switch to defineProject for better type safety * Consolidate vitest CI & coverage Kills off vite-common * Update comment * Update lockfile * Fix shared-components vitest config * Soften eslint config for tests in modules * Run eslint on modules/playwright dir too * Make tsc happy
14 lines
361 B
JSON
14 lines
361 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"types": [],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts", "vitest.config.ts", "../../vitest.config.ts"]
|
|
}
|