输入重复声明

时间:2016-03-29 11:16:33

标签: typescript

我已经设置了三个具有以下依赖关系的npm包

- angularjs-kit
    - ts-core
    - ts-data
        - ts-core

我做完

clone https://github.com/redound/angularjs-kit#dev-package
cd angularjs-kit
typings install
tsc

我收到以下错误enter image description here

这些错误是由重复的declare module '~ts-data~ts-core/lib/Data/Dictionary'语句引起的。例如。

这些套餐是否未正确设置?或者我只是忽略了什么?

来源:

1 个答案:

答案 0 :(得分:1)

我认为这是一个typings问题。我已创建问题报告以供进一步分析:https://github.com/typings/typings/issues/378