mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
56370de568
* Switch out needle with node-fetch * Iterate * Update asar package and switch to canonical name * Use ts-node for scripts * Iterate * Update yarn.lock * Use node:stream.promises * Remove logfile * Fix types * Fix types
22 lines
346 B
JSON
22 lines
346 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"lib": [
|
|
"es2019",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"./**/*.ts"
|
|
],
|
|
"ts-node": {
|
|
"transpileOnly": true
|
|
}
|
|
}
|