diff --git a/apps/mobile/tsconfig.json b/apps/mobile/tsconfig.json index a0c1326..6a0a348 100644 --- a/apps/mobile/tsconfig.json +++ b/apps/mobile/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "ignoreDeprecations": "6.0", "allowJs": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true,