Gave my IDE some time, and it re-indexed everything and decided that he does like the default tsconfig.json file after all. So I don't need to disable TS here.
But still
export =
is a weird way to export things. Supporting
default
export would really make a lot of sense.
s
steep-toddler-94095
02/27/2021, 8:40 PM
What do you dislike about "export ="? It's very common to see in TS projects. Though I don't see why you can't just use default export here if that's what you prefer.
b
brief-spoon-92183
02/27/2021, 9:05 PM
@steep-toddler-94095
export default
results in outputs of the stack being printed as
default = Output<string>
and not the actual outputs returned from that function.
s
steep-toddler-94095
02/27/2021, 9:15 PM
Oh hey I somehow totally misread your initial message sorry. Basically just ignore everything I said 😅
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.