react-native-default-prefer.../tsconfig.json
2024-11-19 21:25:16 -04:00

8 lines
145 B
JSON

{
"compilerOptions": {
// ...existing config...
"esModuleInterop": true,
// ...existing config...
},
// ...existing config...
}