You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package "@googlemaps/maps" doesn't come with types in my project.
I noticed that the correct type file is located at "dist/index.d.ts", but somehow my editor cannot correctly apply it.
The text was updated successfully, but these errors were encountered:
ptazithos
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Jan 7, 2025
Hello,
The package "@googlemaps/maps" doesn't come with types in my project.
I noticed that the correct type file is located at "dist/index.d.ts", but somehow my editor cannot correctly apply it.
My project is created by rsbuild.
And the generated tsconfig is as follows:
I found this can be fixed by appending explicit types to the package.json of "@googlemaps/maps"
The text was updated successfully, but these errors were encountered: