Add a reference to the types package in the file tsconfig.json in the root folder of your project:
"types": [
"google-maps"
]
Don’t import anything in your source files, the types are globally defined.
Add a reference to the types package in the file tsconfig.json in the root folder of your project:
"types": [
"google-maps"
]
Don’t import anything in your source files, the types are globally defined.