moleculerjs / moleculer-template-project-typescript

Typescript project template for Moleculer microservices framework.
MIT License
125 stars 45 forks source link

Debug not working - Could not read source map for file /node_modules/typescript/lib/typescript.js #41

Closed tuan-nguyen-egany closed 4 years ago

tuan-nguyen-egany commented 4 years ago

Hi, I have a problem with debuging. Error: Could not read source map for {filePath}/node_modules/typescript/lib/typescript.js: ENOENT: no such file or directory, open '{filePath}/node_modules/typescript/lib/typescript.js.map'

Please help me check it!

I used .vscode following https://github.com/moleculerjs/moleculer-template-project-typescript/blob/master/template/.vscode/launch.json

tuan-nguyen-egany commented 4 years ago

I solved this problem, please check my commit.