From 11667a6a4503a4eb712cdd3bc9fe9515a468aa88 Mon Sep 17 00:00:00 2001 From: plondon Date: Wed, 10 Nov 2021 17:44:53 -0500 Subject: [PATCH] Try to compile w/ tsc --- langs/typescript.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/langs/typescript.yaml b/langs/typescript.yaml index 61f16db..6d92d61 100644 --- a/langs/typescript.yaml +++ b/langs/typescript.yaml @@ -20,6 +20,8 @@ main: "main.ts" template: | console.log("Hello, world!"); +compile: | + tsc main.ts run: | ts-node -i -e "$(< main.ts)"