X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/974848d36d6c4f1b171bd990f3d5659cb0e8134d..d1d7beafa8295d5060bbe00ce7b8a2bc41495b00:/Makefile

diff --git a/Makefile b/Makefile
index 46292dc..36635cc 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all: $(objs)
 .PHONY: all clean
 
 %.js: %.ts
-	tsc --strict $<
+	tsc --strict --target ES2020 $<
 
 clean:
 	-rm $(objs)