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 77de2e6 commit a4fed36Copy full SHA for a4fed36
lint/eslint.bzl
@@ -27,9 +27,9 @@ eslint = lint_eslint_aspect(
27
)
28
```
29
30
-### With ts_project <=3.2.0
+### With ts_project prior to version 3.2.0
31
32
-Prior to [commit 5e25e91]https://github.com/aspect-build/rules_ts/commit/5e25e91420947e3a81938d8eb076803e5cf51fe2)
+Prior to [commit 5e25e91](https://github.com/aspect-build/rules_ts/commit/5e25e91420947e3a81938d8eb076803e5cf51fe2)
33
the rule produced by the `ts_project` macro and a custom `transpiler` expanded the macro to
34
multiple targets, including changing the default target to `js_library`.
35
0 commit comments