mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-18 03:52:39 +02:00
18 lines
461 B
JSON
18 lines
461 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": ["dom", "es2022", "esnext"],
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"outDir": "lib",
|
|
"declarationMap": true,
|
|
"module": "es2022",
|
|
"moduleResolution": "bundler",
|
|
"types": [],
|
|
"allowImportingTsExtensions": false
|
|
},
|
|
"include": ["src"]
|
|
}
|