diff --git a/helloworld.ts b/helloworld.ts index d187c1b..e4eb775 100644 --- a/helloworld.ts +++ b/helloworld.ts @@ -4,4 +4,4 @@ function main(args) { console.log(message); } -exports.main = main; \ No newline at end of file +export {main} \ No newline at end of file