Does Pulumi support TypeScript project references?...
# typescript
c
Does Pulumi support TypeScript project references? I tried a new project with Pulumi being a referenced project and the root tsconfig just referencing it but it doesn't appear to build the referenced projects?
l
I can't get local project references working. I've side-stepped the issue by moving my package.json / tsconfig.json up to the lowest common parent directory, so everything becomes local modules. Works for me. You could also package all your local projects and deploy them to a local npm registry, which also side-steps the issue.