Skip to content

Commit

Permalink
fix: update source for generated docs (#3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem authored Mar 4, 2022
1 parent bca4dbe commit 097732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript/index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def ts_project(
Some TypeScript options affect which files are emitted, and Bazel wants to know these ahead-of-time.
So several options from the tsconfig file must be mirrored as attributes to ts_project.
See https://www.typescriptlang.org/v2/en/tsconfig for a listing of the TypeScript options.
See https://www.typescriptlang.org/tsconfig for a listing of the TypeScript options.
Any code that works with `tsc` should work with `ts_project` with a few caveats:
Expand Down

0 comments on commit 097732b

Please sign in to comment.