You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Could somebody let me know what is my problem ? I've read thread with the same problem but nothing help me.
This is how my launch.json configuration looks:
While I pressing "Launch Program" I saw in the console:
C:\Program Files\nodejs\node.exe -r ts-node/register --inspect-brk=19234 C:\Projects\helloworld-ts22222\src\index.ts
Debugger listening on ws://127.0.0.1:19234/1728a553-61fd-40b8-a028-d947ebab9ddb
Debugger attached.
Waiting for the debugger to disconnect...
What am I do wrong ?
I am able to run my project with npm run dev command. This is how my package.json looks:
Hi there,
Could somebody let me know what is my problem ? I've read thread with the same problem but nothing help me.
This is how my
launch.json
configuration looks:While I pressing "Launch Program" I saw in the console:
What am I do wrong ?
I am able to run my project with
npm run dev
command. This is how mypackage.json
looks:I am pretty sure I am missing something, I just started with TypeScript
The text was updated successfully, but these errors were encountered: