No progress so far. When I search for the `TypeErr...
# typescript
l
No progress so far. When I search for the
TypeError: Class constructor …
error message, I bump into this SO article: https://stackoverflow.com/questions/50203369/class-constructor-cannot-be-invoked-without-new-typescript-with-commonjs/50203532#50203532 Where they advice to set the
target
at least to
ES6
. Like the Pulumi libs, I
target: "ES2016"
, so that shouldn’t be a problem, right.