-
Couldn't load subscription status.
- Fork 523
Description
I'm not sure if this is supposed to work but I get errors related to modules not being found for modules mapped to the workspace, ie: what is referenced in the readme here: https://github.com/bazelbuild/rules_typescript/blob/df4a1a561d88e187438ac7791a5ac33995f2d317/README.md#writing-typescript-code-for-bazel
When building the ts_library target, everything works great so it's not an issue with the code itself when compiling with the wrapped tcs compiler. I'm assuming my editor is using the language services from the "vanilla tsserver" to provide the code completion and type checking. Before I dig deeper into the wrapped tcs compiler and how that mapping works I figured I'd ask if I'm just missing some configuration, or if this is just not implemented? @alexeagle
Thanks for all the great work on these rules so far!