From c02316c8599ce378e1646a93cedbfcbcc5f9a6a5 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Fri, 18 Feb 2022 23:26:49 +0500 Subject: [PATCH] fix notes-core intellisense not working --- apps/mobile/tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"] }