Files
rnpay/patches/@tsconfig+react-native+3.0.9.patch
2026-07-28 16:40:29 +08:00

14 lines
520 B
Diff

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,