我在WebStorm 2016.2.2上使用Typescript> = 2.0
当我使用像__dirname
或process
这样的节点全局变量时,WebStorm正在声明:
Corresponding file is not included in tsconfig.json
我启用了Node.js核心库。为了确认它已启用,我运行JSON.stringify
并且WebStorm能够显示所有可能的参数列表。还值得一提的是,我的所有代码编译都很好,编辑错误只是一个眼睛疼痛。