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
We're trying to build a new monorepo using Bazel and some of our projects are using Typescript. I have a few questions about this use case:
Is there a way to have separate npm configuration files (such as package.json) for each project in one MODULE.bazel?
How do we make common library projects work in such a way that the IDE picks up everything in the library while editing the application project?
Can you please create a start to finish tutorial? It's taken a lot of digging to get enough understanding to get something that works without directly copying the example.
I'd also like to have a tutorial of using aspect configure to generate the configuration. Usage is not really clear.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We're trying to build a new monorepo using Bazel and some of our projects are using Typescript. I have a few questions about this use case:
package.json) for each project in oneMODULE.bazel?aspect configureto generate the configuration. Usage is not really clear.Beta Was this translation helpful? Give feedback.
All reactions