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

@ -3,3 +3,7 @@
A change detection server that notifies through Telegram written in Go
## type script compilation
`tsc static/*.ts --lib es2020,dom --watch --downlevelIteration`