File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ program
11
11
. option ( '-d, --directory <path>' , 'location of files of supported filetypes' )
12
12
. option ( '-c, --require-config <path>' , 'path to a requirejs config' )
13
13
. option ( '-w, --webpack-config <path>' , 'path to a webpack config' )
14
+ . option ( '-t, --ts-config <path>' , 'path to a typescript config' )
14
15
. option ( '--list-form' , 'output the list form of the tree (one element per line)' )
15
16
. parse ( process . argv ) ;
16
17
@@ -20,7 +21,8 @@ const options = {
20
21
filename : program . args [ 0 ] ,
21
22
root : program . directory ,
22
23
config : program . requireConfig ,
23
- webpackConfig : program . webpackConfig
24
+ webpackConfig : program . webpackConfig ,
25
+ tsConfig : program . tsConfig
24
26
} ;
25
27
26
28
if ( program . listForm ) {
You can’t perform that action at this time.
0 commit comments