diff options
Diffstat (limited to 'tests/subdir/auto_print_hello.ts')
-rw-r--r-- | tests/subdir/auto_print_hello.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/subdir/auto_print_hello.ts b/tests/subdir/auto_print_hello.ts new file mode 100644 index 000000000..a00040281 --- /dev/null +++ b/tests/subdir/auto_print_hello.ts @@ -0,0 +1,2 @@ +console.log("hello!"); +export = {}; |