diff --git a/App.js b/App.tsx similarity index 94% rename from App.js rename to App.tsx index 09f879b..2421b8a 100644 --- a/App.js +++ b/App.tsx @@ -2,6 +2,7 @@ import { StatusBar } from 'expo-status-bar'; import { StyleSheet, Text, View } from 'react-native'; export default function App() { + const stuff:unknown = {} return ( Open up App.js to start working on your app! diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..cdf2ed7 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "@tsconfig/react-native/tsconfig.json" +} \ No newline at end of file