mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-02-07 08:52:28 +01:00
19 lines
283 B
JSON
19 lines
283 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"sourceMap": false,
|
|
"lib": [
|
|
"es2019",
|
|
]
|
|
},
|
|
"include": [
|
|
"./**/*.ts"
|
|
],
|
|
"ts-node": {
|
|
"transpileOnly": true
|
|
}
|
|
}
|