How can I troubleshoot nonsensical Typescript comp...
# typescript
c
How can I troubleshoot nonsensical Typescript compilation errors on
pulumi up
? Background: My code compiles fine when I run tsc in the project folder, but during
pulumi up
I get compilation errors about a property:
index.ts(111,45): error TS2339: Property 'endpoints' does not exist on type 'Service'.
However, the property exists. The IDE shows no error as well as
tsc
running without errors.