This message was deleted.
# general
s
This message was deleted.
b
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
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
@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
Oh hey I somehow totally misread your initial message sorry. Basically just ignore everything I said 😅
b
No worries 🍻