This message was deleted.
# general
s
This message was deleted.
i
oh I see the issue, doesn’t appear to be supporting the
extends
field
and also, looks like ts-node doesnt’ support
paths
amazing, found a workaround on good old github: https://github.com/pulumi/pulumi/issues/3061#issuecomment-1073183561
l
That's awesome. It's a common problem and the issue has been raised in other places, I'm sure.
For example, here's one I raised a bit more recently: https://github.com/pulumi/pulumi/issues/8787
i
Thanks for sharing 🙂 are you also using nx for your monorepo?
l
No, I'm still waiting on the ultimate solution 😞 Yarn workspaces makes it a pain, but the idea of having a script to sort it out at module registration time is clever.