Are there any workarounds to the really slow TypeS...
# azure
c
Are there any workarounds to the really slow TypeScript type checking time for the azure-native SDK? There is almost 2million lines of type defs loaded which means the fs and parsing time for a simple program is almost 6 seconds on my MBP
For reference, the Terraform CDK for Azure references 300k lines of type defs with a parse/program time of just under 2 seconds