mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
12 lines
266 B
JSON
12 lines
266 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"resolveJsonModule": true,
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"target": "es2017",
|
||
|
"module": "es2022",
|
||
|
"lib": ["ESNext", "es2021", "dom"]
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|