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"], }