You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
<p><code><ahref="https://bazel.build/docs/build-ref.html#labels">Label</a>; Optional; Default is //internal:tsc_wrapped_bin</code></p>
232
-
<p>Intended for internal use only.
233
-
Sets a different TypeScript compiler binary to use for this library.
238
+
<p><code><ahref="https://bazel.build/docs/build-ref.html#labels">Label</a>; Optional; Default is @build_bazel_rules_typescript//:@bazel/typescript/tsc_wrapped</code></p>
239
+
<p>Sets a different TypeScript compiler binary to use for this library.
234
240
For example, we use the vanilla TypeScript tsc.js for bootstrapping,
235
241
and Angular compilations can replace this with <code>ngc</code>.</p>
242
+
<pre><code> The default ts_library compiler depends on the `@npm//:@bazel/typescript`
243
+
target which is setup for projects that use bazel managed npm deps that
244
+
fetch the @bazel/typescript npm package. It is recommended that you use
245
+
the workspace name `@npm` for bazel managed deps so the default
246
+
compiler works out of the box. Otherwise, you'll have to override
<p><code><ahref="https://bazel.build/docs/build-ref.html#labels">Label</a>; Optional; Default is @build_bazel_rules_typescript//:karma/karma</code></p>
0 commit comments