我正在使用
在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
我如何解决它。