damp-table-85095
02/18/2022, 11:28 PMimport * as pulumi from "@pulumi/pulumi";
^^^^^^
SyntaxError: Cannot use import statement outside a module
If I change back to Pulumi 2.x the code runs."module": "commonjs",
"module": "ESNext"
future-cartoon-6373
02/19/2022, 10:08 AM