mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
19 lines
281 B
JSON
19 lines
281 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"target": "es2016",
|
||
|
"module": "esnext",
|
||
|
"sourceMap": false,
|
||
|
"lib": [
|
||
|
"es2019",
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"./**/*.ts"
|
||
|
],
|
||
|
"ts-node": {
|
||
|
"transpileOnly": true
|
||
|
}
|
||
|
}
|