Fix i18n in Element Desktop

This commit is contained in:
Michael Telatynski
2021-07-01 11:32:09 +01:00
parent f4be51959b
commit 390e2306d0
4 changed files with 180 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true,
"allowJs": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es2016",