diff --git a/apps/mobile/tsconfig.json b/apps/mobile/tsconfig.json index ca3fde4a8..cf1c2f080 100644 --- a/apps/mobile/tsconfig.json +++ b/apps/mobile/tsconfig.json @@ -12,7 +12,9 @@ "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, - "skipLibCheck": false + "skipLibCheck": false, + "maxNodeModuleJsDepth": 5, + "downlevelIteration": true }, "exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js"] }