added typescript compile command to readme

This commit is contained in:
BroodjeAap 2022-09-20 19:46:17 +00:00
parent 3a58fcfe7a
commit 31541575be

View file

@ -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
A change detection server that notifies through Telegram written in Go
## type script compilation
`tsc static/*.ts --lib es2020,dom --watch --downlevelIteration`