Intellij IDEA:如何为节点应用程序启用TypeScript开发?

时间:2015-02-25 19:28:21

标签: intellij-idea typescript

我已经阅读了尽可能多的信息,我仍然得到error TS2304: Cannot find name 'require'.我还需要做些什么才能使用TypeScript在IDEA中为node.js进行开发?

enter image description here enter image description here enter image description here

1 个答案:

答案 0 :(得分:1)

  

我还需要做些什么才能使用TypeScript在IDEA中为node.js进行开发

您添加的引用仅对您提供JavaScript项目的类型信息有效。对于TypeScript,您需要在项目中明确拥有node.d.ts并正确/// <reference

您可以从TSD https://github.com/DefinitelyTyped/tsd node.d.ts

获取tsd install node