mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
b34f3d2323
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"lib": ["es2020", "dom"]
|
|
},
|
|
"include": ["../src/@types", "./**/*.ts"],
|
|
"ts-node": {
|
|
"transpileOnly": true
|
|
}
|
|
}
|