I’m not sure I understand the typescript support. ...
# general
i
I’m not sure I understand the typescript support. If I want to have a couple of custom options in tsconfig.json, I need to disable typescript support in the YAML file and then build the TS myself before running pulumi?
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.