chore: update deps (#886)

This commit is contained in:
Fredrik Burmester
2025-07-29 15:55:41 +02:00
committed by GitHub
parent 0619c8c9c4
commit 1817c5dbd2
8 changed files with 143 additions and 63 deletions

View File

@@ -2,6 +2,8 @@
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "react",
"paths": {
"@/*": ["./*"]
}