It does compile if I pass some basic config, such ...
# typescript
c
It does compile if I pass some basic config, such as explicitly setting the
cidrBlock
argument to what it's supposed to default to
Copy code
const vpc = new awsx.ec2.Vpc("my-vpc", { cidrBlock: "10.0.0.0/16" });