mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-04 06:19:38 +00:00
17 lines
492 B
JSON
17 lines
492 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "es2024",
|
|
"jsx": "react",
|
|
"lib": ["ESNext", "es2024", "dom", "dom.iterable"],
|
|
"types": ["node"],
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "bundler",
|
|
"module": "ESNext",
|
|
"allowImportingTsExtensions": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["playwright.config.ts", "playwright"]
|
|
}
|