mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 12:46:29 +02:00
14 lines
335 B
JSON
14 lines
335 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"]
|
|
}
|