From 31541575bed00fc11cf47e3d02639e1b86feb4c2 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 20 Sep 2022 19:46:17 +0000 Subject: [PATCH] added typescript compile command to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 626146d..e62a150 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ [![Build Status](https://drone.broodjeaap.net/api/badges/broodjeaap/go-watch/status.svg)](https://drone.broodjeaap.net/broodjeaap/go-watch) -A change detection server that notifies through Telegram written in Go \ No newline at end of file +A change detection server that notifies through Telegram written in Go + +## type script compilation + +`tsc static/*.ts --lib es2020,dom --watch --downlevelIteration` \ No newline at end of file