Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): add types-reference to google.maps (#520)
Typescript versions prior to 5.5 automatically emitted triple-slash directives for types used in the exported definitions. This was changed in 5.5, which could lead to situations where the google.maps types aren't properly picked up in a project using this package. Adding a type-reference ourselves should help in those cases. See https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#simplified-reference-directive-declaration-emit fixes #519
- Loading branch information