diff --git a/apps/admin/tsconfig.json b/apps/admin/tsconfig.json index 5f7e6fc..e5f248d 100644 --- a/apps/admin/tsconfig.json +++ b/apps/admin/tsconfig.json @@ -22,6 +22,7 @@ "name": "next" } ], + "ignoreDeprecations": "6.0", "baseUrl": ".", "paths": { "@/*": [ diff --git a/apps/mobile/tsconfig.json b/apps/mobile/tsconfig.json index a0c1326..5cc4325 100644 --- a/apps/mobile/tsconfig.json +++ b/apps/mobile/tsconfig.json @@ -12,6 +12,7 @@ "noEmit": true, "strict": true, "target": "esnext", + "ignoreDeprecations": "6.0", "baseUrl": ".", "paths": { "@/*": [