I have a weird issue where I get a typescript type error on circleci and no type error when running locally.
Same command and all package version, including ts-node are the same.
Running
tsc
locally also detects the type issue.
Does anybody have any ideas what could contribute to typeissues being ignored by the pulumi runtime locally?