File tree 2 files changed +10
-0
lines changed
docs/generated/packages/js/executors
packages/js/src/executors/tsc 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 40
40
"x-completion-type" : " directory" ,
41
41
"x-priority" : " important"
42
42
},
43
+ "outputFileName" : {
44
+ "type" : " string" ,
45
+ "description" : " The path to the main file relative to the outputPath" ,
46
+ "x-completion-type" : " file"
47
+ },
43
48
"tsConfig" : {
44
49
"type" : " string" ,
45
50
"description" : " The path to the Typescript configuration file." ,
Original file line number Diff line number Diff line change 38
38
"x-completion-type" : " directory" ,
39
39
"x-priority" : " important"
40
40
},
41
+ "outputFileName" : {
42
+ "type" : " string" ,
43
+ "description" : " The path to the main file relative to the outputPath" ,
44
+ "x-completion-type" : " file"
45
+ },
41
46
"tsConfig" : {
42
47
"type" : " string" ,
43
48
"description" : " The path to the Typescript configuration file." ,
You can’t perform that action at this time.
0 commit comments