Skip to content

Commit 097732b

Browse files
authored
fix: update source for generated docs (#3354)
1 parent bca4dbe commit 097732b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript/index.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def ts_project(
124124
125125
Some TypeScript options affect which files are emitted, and Bazel wants to know these ahead-of-time.
126126
So several options from the tsconfig file must be mirrored as attributes to ts_project.
127-
See https://www.typescriptlang.org/v2/en/tsconfig for a listing of the TypeScript options.
127+
See https://www.typescriptlang.org/tsconfig for a listing of the TypeScript options.
128128
129129
Any code that works with `tsc` should work with `ts_project` with a few caveats:
130130

0 commit comments

Comments
 (0)