我已经阅读了尽可能多的信息,我仍然得到error TS2304: Cannot find name 'require'.
我还需要做些什么才能使用TypeScript在IDEA中为node.js进行开发?
答案 0 :(得分:1)
我还需要做些什么才能使用TypeScript在IDEA中为node.js进行开发
您添加的引用仅对您提供JavaScript项目的类型信息有效。对于TypeScript,您需要在项目中明确拥有node.d.ts
并正确/// <reference
。
您可以从TSD https://github.com/DefinitelyTyped/tsd node.d.ts
tsd install node