getting started with typescript

This commit is contained in:
Peter Harpending
2025-10-24 13:57:37 -07:00
parent 138c8eaaeb
commit 4bd279798c
11 changed files with 332 additions and 110 deletions
+7
View File
@@ -0,0 +1,7 @@
tsc:
cd priv/static/js &&\
tsc
watch:
cd priv/static/js &&\
tsc --watch