Skip to content

Commit 739dd31

Browse files
authored
Merge pull request #170 from KatherineEbel/rs-flag-fix
add rs flag to boolean cli options
2 parents 4e19772 + de9f20c commit 739dd31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/ts-node-dev

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ var opts = minimist(devArgs, {
3636
'skip-project',
3737
'skip-ignore',
3838
'compiler-host',
39-
'script-mode'
39+
'script-mode',
40+
'rs'
4041
],
4142
string: [
4243
'compile-timeout',

0 commit comments

Comments
 (0)