Move tolgee downloader into this repository and refactor translation storage architecture
This commit is contained in:
parent
c052c438eb
commit
990f75d9ba
95 changed files with 80964 additions and 43454 deletions
12
downloader/tsconfig.json
Normal file
12
downloader/tsconfig.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"downlevelIteration": true,
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue