fix(mobile): address code review findings in mobile app config and tests

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-10 09:57:58 +00:00
parent d538c0879d
commit 4eb04bd7f6
4 changed files with 11 additions and 18 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext", "dom"],
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,