typescript 不能直接使用js库需要添加类型描述文件 安装jquery npm install jquery –save 安装jquery 的类型描述文件 npm install @types/jquery –save-dev