私は最新の[email protected]
ビルドプロセスでtypescript 2.0を使用しています。`@ types` typescript 2.0からどのようにタイプ定義をインポートしますか
私はこのようなグーグルマップの種類インストール:
npm install @types/google-maps --save-dev --save-exact
を、私はこの
/// <reference types="google-maps" />
import { LatLng, LatLngBounds } from 'google-maps';
ように私のコードに型定義の一部をインポートしようとしているが、私は得ますこのタイスクリプトエラー:
./node_modules/@types/google-maps/index.d.ts has no exported member 'LatLng'
と私はソースに見れば、私は実際に
./node_modules/@types/google-maps/node_modules/@types/googlemaps/index.d.ts
対https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/googlemaps/index.d.ts
googlemaps
この質問への答えを提供していません。批評をしたり、著者の説明を求めるには、投稿の下にコメントを残してください。 - [レビューから](/レビュー/低品質の投稿/ 18095085) –