编译时出现错误的Angular 2 @ types / jquery

时间:2017-05-13 07:46:14

标签: angular typescript-typings

我正在使用

在Angular 2中安装jquery打字
npm install @types/jquery --save

之后我使用 npm start 编译我的代码时它通过我错误

[default] /home/rahul/Documents/codebase/dcn_web/node_modules/@types/jquery/index.d.ts:3789:13 
    Subsequent variable declarations must have the same type.  Variable 'jQuery' must be of type 'any', but here has type 'JQueryStatic'.
[default] Checking finished with 1 errors

我如何解决它。

0 个答案:

没有答案