chore(deps): upgrade TypeScript to 6.0.3 and align Expo SDK 56 packages (#1719)

This commit is contained in:
Gauvain
2026-06-16 20:28:02 +02:00
committed by GitHub
parent 434cb3bd39
commit 335f1efb2c
5 changed files with 98 additions and 97 deletions

View File

@@ -7,6 +7,8 @@
"paths": {
"@/*": ["./*"]
},
// TS 6.0: "types" now defaults to [] (no auto-inclusion of node_modules/@types)
"types": ["node", "jest"],
"incremental": true,
"tsBuildInfoFile": ".tsbuildinfo",
"skipLibCheck": true,