Move tolgee downloader into this repository and refactor translation storage architecture

This commit is contained in:
Roman Jaroš 2024-12-19 14:30:54 +01:00
parent c052c438eb
commit 990f75d9ba
95 changed files with 80964 additions and 43454 deletions

12
downloader/tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "es2015",
"downlevelIteration": true,
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
},
"exclude": ["node_modules"]
}