我想在我的打字稿项目中使用 Nodejs,并从https://github.com/borisyankov/DefinitelyTyped/tree/master/node下载了 node.d.ts
但是 VisualStudio 在 .d.ts 文件中发现了很多错误。它们基本上都是一样的:
错误 2 导出的接口“服务器”从私有模块“事件”扩展接口 C:\Users\lhk\Desktop\typescript-game\strategy go\node\node-0.8.d.ts 236 37 node-0.8.d.ts
所有错误消息都抱怨扩展了私有接口。
我搜索了 SO 并发现了这个问题: nodejs require inside TypeScript file
其中一条评论给出了从 Microsoft 示例下载 node.d.ts 的建议。我浏览了互联网,找到了这篇文章http://stackful.io/blog/typescript-nodejs-vim-and-linux-oh-my/并下载了 node.d.ts 的第二个版本,结果完全相同。
我在哪里可以找到适合 nodejs 和 Typescript 的定义文件?