Skip to content

Commit

Permalink
chore: add new test case for esm-loading with a srcdir
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode authored and AaronFriel committed Dec 13, 2022
1 parent 94ef784 commit a8c3c51
Show file tree
Hide file tree
Showing 6 changed files with 2,311 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/integration/nodejs/esm-srcdir-ts/Pulumi.yaml
@@ -0,0 +1,8 @@
name: esm-ts
runtime:
name: nodejs
options:
# See https://github.com/TypeStrong/ts-node/issues/1007
nodeargs: "--loader ts-node/esm --no-warnings"
description: Use ECMAScript modules for a TS program.
main: src/index.ts

0 comments on commit a8c3c51

Please sign in to comment.