Skip to content

Commit

Permalink
docs(core): add outputFileName to tsc executor schema (#27161)
Browse files Browse the repository at this point in the history
Fixes #17397
  • Loading branch information
isaacplmann authored Jul 26, 2024
1 parent 078593e commit efa59fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/generated/packages/js/executors/tsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"x-completion-type": "directory",
"x-priority": "important"
},
"outputFileName": {
"type": "string",
"description": "The path to the main file relative to the outputPath",
"x-completion-type": "file"
},
"tsConfig": {
"type": "string",
"description": "The path to the Typescript configuration file.",
Expand Down
5 changes: 5 additions & 0 deletions packages/js/src/executors/tsc/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"x-completion-type": "directory",
"x-priority": "important"
},
"outputFileName": {
"type": "string",
"description": "The path to the main file relative to the outputPath",
"x-completion-type": "file"
},
"tsConfig": {
"type": "string",
"description": "The path to the Typescript configuration file.",
Expand Down

0 comments on commit efa59fa

Please sign in to comment.