This repository has no description
Something went wrong. Try again.
123456789101112131415161718192021{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true, "paths": { "@/*": [ "./src/*" ], "@/assets/*": [ "./assets/*" ] } }, "include": [ "**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts" ]}