bluelovers / idea-run-typescript

IntelliJ IDEA (and WebStorm...) plugin to support 'TypeScript' as a run configuration
https://plugins.jetbrains.com/plugin/10841-run-configuration-for-typescript
76 stars 14 forks source link

Passing ts-node parameters #43

Closed Baptiste-Garcin closed 1 year ago

Baptiste-Garcin commented 1 year ago

Hi,

Is there a way to pass argument to ts-node while creating a run configuration ?

The plugin is passing a --loader parameter to node and therefore, I can't pass a --files to ts-node

Am I missing something ?

Thanks

bluelovers commented 1 year ago

image