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