From ebbcf5350deda17e450afb6014dfdfd6b6b6f1e8 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 19 Feb 2026 20:31:37 +0200 Subject: [PATCH] enable strict typescript API --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2f3d9354d5..3e0dbbe3b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,8 @@ "moveUpPatterns": ["#/", "@lingui/macro"], "moveDownPatterns": ["react-native-reanimated/lib"], } - ] + ], + "customConditions": ["react-native-strict-api"] }, "exclude": ["bskyweb", "bskyembed", "web-build"] }