mobile app dev fix

This commit is contained in:
2026-03-10 13:49:08 +07:00
parent c9dfc681e8
commit cfa18f698b
6 changed files with 12 additions and 16 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
"noEmit": true,
"jsx": "react-jsx",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {