fix language select to work in client-side prod

This commit is contained in:
2025-05-10 14:25:47 +03:00
parent d838fe483a
commit 2b36121bb5
25 changed files with 102 additions and 107 deletions

View File

@@ -8,12 +8,13 @@
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"moduleResolution": "node",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
/* Linting */
"strict": true,