标签: node.js debugging typescript webstorm
我正在使用Typescript为Node.js中的应用程序编写后端。我使用的是WebStorm IDE 11.0.4版。
有没有办法调试代码,我可以直接在TypeScript中添加断点而不是在转换后的JavaScript中?
答案 0 :(得分:2)
确保在tsconfig.json文件中,在compilerOptions中有:
"sourceMap": true