-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: aspect configure doesn't pick up tsconfig.json files #507
Comments
Can you provide more detail on how to reproduce, and how the generated BUILD file differs from what you expect? As I pointed out on slack, we have a bunch of test coverage for tsconfig handling. |
I will try to give more examples later but the BUILD file doesn't add the ts_config rules (maybe I worded my question wrong), another answer from slack providing: |
Sorry, this is still not enough detail on how to reproduce, what you see and what you expect. |
@bgdnvk is it the generation of The |
What happened?
I'm using aspect configure to make my build files, it picks up dependencies fine but doesn't include a ts_config anywhere.
My project is fairly complex: a monorepo with several frontends with microfrontends (React and Webpack) and backend services in Go. Go build works fine with Gazelle.
Version
Development (host) and target OS/architectures: Ubuntu 22.04 LTS
Output of
bazel --version
: 7.0.0Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: ModuleLanguage(s) and/or frameworks involved: TS, React, Webpack, Monorepo and Microfrontends
How to reproduce
No response
Any other information?
I've tried to check different examples, blog posts and there wasn't no luck in slack.
No response
The text was updated successfully, but these errors were encountered: