mtiller / ts-jest-sample

A sample repo leveraging TypeScript, jest and ts-jest (with code coverage and debugging)
160 stars 59 forks source link

Timeout #11

Open tomitrescak opened 5 years ago

tomitrescak commented 5 years ago

Hello, when I clone and do Yarn install, it just times out when running debugger. Am on Mac with latest code and Node 11.

tinybug commented 5 years ago

@tomitrescak you can simply replace launch.json content by this: https://github.com/alexjoverm/typescript-library-starter/issues/73#issuecomment-328387752

eddiemonge commented 5 years ago

I have the same issue and the linked config doesn't work for me either