intellj编辑器的Typescript错误

时间:2017-06-28 08:30:40

标签: javascript node.js angular typescript

我正在使用Angular 1.6Typescript开展项目。实际上我没有任何编译错误。但现在我遇到了奇怪的错误。我没有更改代码,甚至应用程序运行正常。但编辑将这些说明标记为不正确。

import {auto} from 'angular';
method().then((data) => {})

1 个答案:

答案 0 :(得分:0)

我认为您的IDE无法找到TypeScript定义。

要告诉IDE关于Typescript对应的包的结构,比如angular,你需要安装某种TypeScript定义。

提供TypeScript定义的源代码不同:

https://github.com/jedmao/dt-angular

https://github.com/typings/typings

https://www.npmjs.com/package/@types/angular

https://github.com/borisyankov/DefinitelyTyped