From e0cb7ea920eabba178f7aec71164d6b74a5cb381 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:53:20 +0200 Subject: [PATCH] fix: tsconfig --- apps/expo/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/expo/tsconfig.json b/apps/expo/tsconfig.json index ef8c0a5..ec551ea 100644 --- a/apps/expo/tsconfig.json +++ b/apps/expo/tsconfig.json @@ -14,6 +14,7 @@ }, "include": [ "src", + "modules", "*.ts", "*.js", ".expo/types/**/*.ts",