Skip to content

Commit

Permalink
Prioritize .ios/.android/.native TS files in Expo (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateossh authored Sep 19, 2024
1 parent 2778c46 commit c616c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/expo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"jsx": "react-native",
"types": ["nativewind/types"],
"checkJs": false
"checkJs": false,
"moduleSuffixes": [".ios", ".android", ".native", ""]
},
"include": ["src", "*.ts", "*.js", ".expo/types/**/*.ts", "expo-env.d.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit c616c15

Please sign in to comment.