We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca4dbe commit 097732bCopy full SHA for 097732b
packages/typescript/index.bzl
@@ -124,7 +124,7 @@ def ts_project(
124
125
Some TypeScript options affect which files are emitted, and Bazel wants to know these ahead-of-time.
126
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.
+ See https://www.typescriptlang.org/tsconfig for a listing of the TypeScript options.
128
129
Any code that works with `tsc` should work with `ts_project` with a few caveats:
130
0 commit comments