https://pulumi.com logo
Title
p

powerful-fall-86307

03/16/2023, 8:47 AM
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

echoing-dinner-19531

03/16/2023, 9:47 AM
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

powerful-fall-86307

03/16/2023, 9:50 AM
Thanks