X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/974848d36d6c4f1b171bd990f3d5659cb0e8134d..cadeba34163d2dbdf4d97b40c4284a5d60b34fe7:/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)