Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 405 Bytes

File metadata and controls

7 lines (5 loc) · 405 Bytes
title IntelliJ and WebStorm

Create a new Node.js configuration and add -r ts-node/register to "Node parameters."

Note: If you are using the --project <tsconfig.json> command line argument as per the Configuration Options, and want to apply this same behavior when launching in IntelliJ, specify under "Environment Variables": TS_NODE_PROJECT=<tsconfig.json>.