We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c799c73 commit 320dbd1Copy full SHA for 320dbd1
bazel/rules/rules_angular/src/worker/BUILD.bazel
@@ -52,7 +52,7 @@ ts_project(
52
# NOTE: The Angular compiler in this target is not affecting any compilation
53
# output, but it's still necessary for some foundational utils like virtual FS.
54
"//:node_modules/@angular/compiler-cli", # compiler from npm.
55
- "//:node_modules/typescript", # typescript from npm.
+ ":node_modules/typescript", # user-configured typescript. Ensure that the users TypeScript version is always used for the compilation.
56
],
57
)
58
0 commit comments