在Typescript错误中加载jQuery和jQueryUI

时间:2018-04-26 04:38:19

标签: jquery typescript jquery-ui

我正在尝试从我的打字稿文件中加载CDN中的jquery和jqueryUI,我为这两个文件添加了打字

npm install --save @types/jquery@2 npm install --save @types/jqueryui

config.json看起来像这样

enter image description here

在我的类型脚本文件中,我试图用这些行引用它们

import * as $ from 'jquery'
import * as ui from 'jqueryui'

jquery加载正常,但jqueryUi正在给出错误

enter image description here

我还可以看到两种打字都已成功安装

enter image description here

如何解决此问题? 这是我的tsconfig.json enter image description here

0 个答案:

没有答案