Skip to content

Commit

Permalink
mention --tsconfig-raw in CLI help text (#3714)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Apr 3, 2024
1 parent bfe6f51 commit 44e7469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/esbuild/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ var helpText = func(colors logger.Colors) string {
--supported:F=... Consider syntax F to be supported (true | false)
--tree-shaking=... Force tree shaking on or off (false | true)
--tsconfig=... Use this tsconfig.json file instead of other ones
--tsconfig-raw=... Override all tsconfig.json files with this string
--version Print the current version (` + esbuildVersion + `) and exit
` + colors.Bold + `Examples:` + colors.Reset + `
Expand Down

0 comments on commit 44e7469

Please sign in to comment.