Skip to content

Commit

Permalink
docs: remove incorrect reference to typecheck validation action (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard authored Sep 24, 2024
1 parent 7cdd9a5 commit a258a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rules.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def ts_project(
incremental: Whether the `incremental` bit is set in the tsconfig.
Instructs Bazel to expect a `.tsbuildinfo` output.
no_emit: Whether the `noEmit` bit is set in the tsconfig.
Instructs Bazel *not* to expect any outputs. Only a validation action is used.
Instructs Bazel *not* to expect any outputs.
emit_declaration_only: Whether the `emitDeclarationOnly` bit is set in the tsconfig.
Instructs Bazel *not* to expect `.js` or `.js.map` outputs for `.ts` sources.
ts_build_info_file: The user-specified value of `tsBuildInfoFile` from the tsconfig.
Expand Down

0 comments on commit a258a28

Please sign in to comment.