Hey. Thanks for Pulumi, it's actually made cloud a...
# general
p
Hey. Thanks for Pulumi, it's actually made cloud accessible for a front-end dev 🙂 I do struggle though with getting my IDE (WebStorm) to use Azure-native which contains a single TypeScript typing file that is 37MB (🤯). WebStorm ships with 20MB as default max-size for files. The problem is that it means there's no typings available for a large part of the resources, which is one of the main benefits I needed from Pulumi. I can raise the file size, but WebStorm and TypeScript basically slows to a crawl and eats up gigs of additional memory when I do. Any recommendations on how to solve this?
e
It's a known issue: https://github.com/pulumi/pulumi-azure-native/issues/1997 The team is investigating ways to split the SDK to make it easier on the typescript compiler.
p
Thanks