-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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 ourterms of serviceand privacy statement.We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with typescript auto import from devDependencies #23842
Labels
Comments
Start a new pull request inStackBlitz Codeflow. |
Thanks, that sounds similar to#23733but not entirely sure so perhaps we could track there in the future if related |
Nuxt automatically sets exportdefaultdefineNuxtConfig({
typescript:{
tsConfig:{
compilerOptions:{
types:['@types/google.maps']
}
},
},
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Nuxt project info: 01:01:00
Reproduction
https://stackblitz /edit/github-mdasny?file=app.vue
Describe the bug
It seems like nuxt v3.8.0 is not auto importing devDependencies correctly. I am using the google maps api and typescript throws an error that 'google' is not defined. Worked until v3.7.4
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: