From b45d536a2d08b43cd9eb044824587522fa4b22eb Mon Sep 17 00:00:00 2001 From: Tolgahan Date: Wed, 10 Jun 2026 18:26:21 +0300 Subject: [PATCH] chore(typecheck): exclude standalone Expo example --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 400bbd5..1e8ad52 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,5 +26,6 @@ "strict": true, "target": "ESNext", "verbatimModuleSyntax": true - } + }, + "exclude": ["**/node_modules", "examples/expo-example", "lib"] }