Does anyone else feel like their Typescript Pulumi...
# typescript
r
Does anyone else feel like their Typescript Pulumi project is slow? How have you addressed performance issues? Specifically slow to compile. Once it is compiled it seems to run at a reasonable speed.
e
Per chance are you using azure?
r
Yes
e
The type definitions for that are massive and slow down the TS compiler, it's a known problem (although I can't find any issue tracking it). The team keeps thinking how to fix it, but don't have a good answer yet. Someone from our providers team might know of workarounds but I'm afraid I don't know anymore.
r
Interesting information. Thank you for that!
c
I started fixing a similar issue with AWS, deep imports are the only way I know how