]> git.scottworley.com Git - vopamoi/blobdiff - Makefile
Style the state-dates
[vopamoi] / Makefile
index 46292dc5e9315039d1e4d56d6bc33c84b45289bf..36635cc6ff00f6dcc690640aff9a238f7b1ce4f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all: $(objs)
 .PHONY: all clean
 
 %.js: %.ts
-       tsc --strict $<
+       tsc --strict --target ES2020 $<
 
 clean:
        -rm $(objs)