Go to file from terminal by clicking on typescript error

Is it to possible to open a file by clicking on a typescript error in terminal? I'm developing react apps and I yarn start in the terminal and sometimes get errors of course. For example

TypeScript error in /xxx/dashboard-page.tsx(79,24)

 

Is it possible to click on the error and directly open the file and navigate to the error?

0

请先登录再写评论。