-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript support in beta #67
Comments
Hi @samducker as you can see in the suggestion, you may need to change {
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"moduleResolution": "Bundler", // <-- this one
"baseUrl": ".",
"paths": {
"~/*": ["src/*"],
"@assets/*": ["assets/*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
} |
I have applied a patch to be able to find the types:
I have opened a PR: #75 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I have migrated to the beta as I could not get the previous versions to work at all in Expo SDK 52.
However I get this typescript error with the latest.
The text was updated successfully, but these errors were encountered: