From fc4a00341478ed2af17bc40568fd2d9fd215ac07 Mon Sep 17 00:00:00 2001 From: plondon Date: Thu, 11 Nov 2021 07:34:48 -0500 Subject: [PATCH] Undo tsc compile change --- langs/typescript.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/langs/typescript.yaml b/langs/typescript.yaml index 6d92d61..61f16db 100644 --- a/langs/typescript.yaml +++ b/langs/typescript.yaml @@ -20,8 +20,6 @@ main: "main.ts" template: | console.log("Hello, world!"); -compile: | - tsc main.ts run: | ts-node -i -e "$(< main.ts)"