从@types文件导入,以`declare namespace`开头

时间:2016-12-06 20:24:29

标签: typescript typescript-typings

我正在尝试使用@ types / googlemaps类型定义并遇到错误。

我试过了两次

import {google.maps.Map} from "googlemaps";

import * as google from "googlemaps";

和变化。定义文件以declare namespace google.maps {...}开头,而我更熟悉export module Foo{...}

我得到的错误是

Module not found: Error: Can't resolve './config/constants' in 'app_path/node_modules/googlemaps/lib'

0 个答案:

没有答案