https://pulumi.com logo
Title
q

quiet-architect-91246

09/30/2021, 9:34 AM
Hi everyone! When running
pulumi up
I use the -C parameter like this:
pulumi up -y -C pulumi
, since I use a subdirectory in our project for everything pulumi related. Sadly this doesnt pick up tsconfig.json, which is defined at root level of the project (the directory in which I run the mentioned command). Is there anyway to tell pulumi where to look for tsconfig.json? It works to just copy tsconfig into the /pulumi directory, but id greatly prefer to not have it twice in our project.
m

many-salesmen-89069

09/30/2021, 9:45 AM
I couldn’t find a solution without duplicating the tsconfig