Asp.net mvc ASP.NET MVC5的KendoUI类型脚本绑定未编译

Asp.net mvc ASP.NET MVC5的KendoUI类型脚本绑定未编译,asp.net-mvc,kendo-ui,typescript,Asp.net Mvc,Kendo Ui,Typescript,有人将KendoUI Typescript绑定用于ASP.NET MVC5应用程序吗 我将绑定放到了我的项目中,当我尝试编译时,VisualStudio报告了13000个错误。我想知道这是否是我的TypeScript版本和剑道所依赖的版本之间的不兼容,但在它们的版本中找不到任何先决条件 其中一些错误包括: C:\dev\quantra\src\AipsWebClient\AipsWebClient\kendo\typescript\kendo.all.d.ts(273,30): error TS

有人将KendoUI Typescript绑定用于ASP.NET MVC5应用程序吗

我将绑定放到了我的项目中,当我尝试编译时,VisualStudio报告了13000个错误。我想知道这是否是我的TypeScript版本和剑道所依赖的版本之间的不兼容,但在它们的版本中找不到任何先决条件

其中一些错误包括:

C:\dev\quantra\src\AipsWebClient\AipsWebClient\kendo\typescript\kendo.all.d.ts(273,30): error TS2186: Type name 'Class' in extends clause does not reference constructor function for 'kendo.Class'.
1>  
1>C:\dev\quantra\src\AipsWebClient\AipsWebClient\kendo\typescript\kendo.all.d.ts(298,24): error TS2186: Type name 'Observable' in extends clause does not reference constructor function for 'kendo.Observable'.
1>  
1>C:\dev\quantra\src\AipsWebClient\AipsWebClient\kendo\typescript\kendo.all.d.ts(311,33): error TS2186: Type name 'Observable' in extends clause does not reference constructor function for 'kendo.Observable'.
1>  
1>C:\dev\quantra\src\AipsWebClient\AipsWebClient\kendo\typescript\kendo.all.d.ts(315,26): error TS2186: Type name 'View' in extends clause does not reference constructor function for 'kendo.View'.
1>  
1>

也许您正在讨论这个问题: 我经常错误地复制它,包括两次类定义