refactor: update module resolution, fix Stepper layout, improve Button prop typing, and update database diagnostic script

This commit is contained in:
2026-05-05 17:03:24 +01:00
parent bdd9722c83
commit 34d4fb6033
4 changed files with 20 additions and 11 deletions

View File

@@ -5,6 +5,6 @@
"jsx": "react-native",
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node"
"moduleResolution": "bundler"
}
}