TypeScript with ts-node in WebStorm

suggest change

Add this script to your package.json:

"start:idea": "ts-node %NODE_DEBUG_OPTION% --ignore false index.ts",

Right click on the script and select Create ‘test:idea’… and confirm with ‘OK’ to create the debug configuration:

Start the debugger using this configuration:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents