From 5c18ff934c22fd30b302ab7979d2a870bbd4c031 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Sun, 24 Mar 2024 20:42:58 +0100 Subject: [PATCH] format --- apps/expo/tsconfig.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/expo/tsconfig.json b/apps/expo/tsconfig.json index 2e1fbf7..b99154f 100644 --- a/apps/expo/tsconfig.json +++ b/apps/expo/tsconfig.json @@ -11,6 +11,13 @@ "jsx": "react-native", "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json", }, - "include": ["src", "*.ts", "*.js", ".expo/types/**/*.ts", "expo-env.d.ts", "config-plugins/*"], + "include": [ + "src", + "*.ts", + "*.js", + ".expo/types/**/*.ts", + "expo-env.d.ts", + "config-plugins/*", + ], "exclude": ["node_modules"], }