curved-pharmacist-41509
09/06/2021, 7:55 AMuseUnknownInCatchVariables
option not existing in 3.7. We also can’t just alias our errors as any for now because TypeScript 3.7 errors with Catch clause variable cannot have a type annotation.
Any plans to upgrade typescript, or just use the version installed in the projectgreat-queen-39697
09/07/2021, 9:32 PMcurved-pharmacist-41509
09/08/2021, 3:05 PMgreat-queen-39697
09/08/2021, 4:35 PMcurved-pharmacist-41509
09/09/2021, 7:17 AMThe other option if you’re needing to get moving with what you have while we’re working through it is compiling to JavaScript on your own and disabling the built-in support withYeah, this is what I was trying to do with esbuild - but I get strange errors from the pulumi runtime. I assume the generated JS is causing issues and just not sure how to debug