diff --git a/tsconfig.json b/tsconfig.json index d9276fbcd2..c1c8e5208a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "allowJs": true, "baseUrl": ".", "esModuleInterop": true, - "ignoreDeprecations": "6.0", + "ignoreDeprecations": "5.0", "jsx": "react-native", "lib": ["DOM", "ESNext"], "module": "preserve",