Upgrade TypeScript to 6.0 (#10113)

This commit is contained in:
Samuel Newman
2026-03-25 00:50:26 -07:00
committed by GitHub
parent fa84c451d0
commit cc5580848c
7 changed files with 298 additions and 161 deletions
+2 -1
View File
@@ -28,6 +28,7 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": false,
"esModuleInterop": true,
"skipLibCheck": true,
"paths": {
"#/*": ["./src/*"],
"lib/*": ["./src/lib/*"],
@@ -43,4 +44,4 @@
"metro.config.js",
"jest.config.js"
]
}
}