How to install Typescript typings for google maps

前端 未结 12 1092
春和景丽
春和景丽 2020-11-28 04:07

How can it be done - I\'ve tried combinations of

typings install [googlemaps | google.maps] [--ambient] --save

and end up with variations o

12条回答
  •  感情败类
    2020-11-28 04:26

    typings install google.maps --global

    You need the --global (used to be --ambient) flag to search DefinitlyTyped

提交回复
热议问题