diff --git a/tsconfig.json b/tsconfig.json index b52f588..bd516c9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,14 +4,15 @@ "jsx": "react", "strict": true, "paths": { - "@/*": ["./*"] + "@/*": [ + "./*" + ] } }, "include": [ "**/*.ts", "**/*.tsx", - ".expo/types/**/*.ts", - "expo-env.d.ts", - "app/PushNotifications.tsx" -, "metro.config.ts" ] + "app/PushNotifications.tsx", + "metro.config.ts" + ] }