Skip to content

Commit efa59fa

Browse files
authored
docs(core): add outputFileName to tsc executor schema (#27161)
Fixes #17397
1 parent 078593e commit efa59fa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/generated/packages/js/executors/tsc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"x-completion-type": "directory",
4141
"x-priority": "important"
4242
},
43+
"outputFileName": {
44+
"type": "string",
45+
"description": "The path to the main file relative to the outputPath",
46+
"x-completion-type": "file"
47+
},
4348
"tsConfig": {
4449
"type": "string",
4550
"description": "The path to the Typescript configuration file.",

packages/js/src/executors/tsc/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"x-completion-type": "directory",
3939
"x-priority": "important"
4040
},
41+
"outputFileName": {
42+
"type": "string",
43+
"description": "The path to the main file relative to the outputPath",
44+
"x-completion-type": "file"
45+
},
4146
"tsConfig": {
4247
"type": "string",
4348
"description": "The path to the Typescript configuration file.",

0 commit comments

Comments
 (0)