I solved this my adding the following to declarations.d.ts
/// <reference path="../node_modules/@types/googlemaps/index.d.ts" />
not sure why, I thought npm install
is supposed to set this up as needed.
I solved this my adding the following to declarations.d.ts
/// <reference path="../node_modules/@types/googlemaps/index.d.ts" />
not sure why, I thought npm install
is supposed to set this up as needed.