...and what does pulumi use internally? :wink:
# typescript
b
...and what does pulumi use internally? 😉
d
I use tsc to compile but if I have to run a single file for some reason I use npx ts-node - I build everything with yarn
b
mm. I really should try to look into what's good practice for typescript. Pulumi is actually my first typescript coding adventure - previously been using plain ol' javascript and node.