This commit is contained in:
2026-07-28 16:40:29 +08:00
parent 7f4c8bb7d4
commit 14d0ef42b3
9 changed files with 536 additions and 25 deletions
@@ -0,0 +1,13 @@
diff --git a/node_modules/@tsconfig/react-native/tsconfig.json b/node_modules/@tsconfig/react-native/tsconfig.json
index 4c08ab9..f6c4f4e 100644
--- a/node_modules/@tsconfig/react-native/tsconfig.json
+++ b/node_modules/@tsconfig/react-native/tsconfig.json
@@ -25,7 +25,7 @@
"noEmit": true,
"isolatedModules": true,
"strict": true,
- "moduleResolution": "node",
+ "moduleResolution": "node16",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,