pulumi/tests/integration/tsconfig/index.ts

8 lines
230 B
TypeScript

import * as pulumi from "@pulumi/pulumi";
// If this is run onder "module": "esnext", it will fail. Neither the import nor the export are
// valid for "esnext".
// Export the name of the bucket
export const bucketName = "name";